Просмотр файла vendor/nikic/fast-route/test/Dispatcher/GroupPosBasedTest.php
<?php namespace FastRoute\Dispatcher; class GroupPosBasedTest extends DispatcherTest { protected function getDispatcherClass() { return 'FastRoute\\Dispatcher\\GroupPosBased'; } protected function getDataGeneratorClass() { return 'FastRoute\\DataGenerator\\GroupPosBased'; } }