fleetvu/vexpense/fleetvuApi/vendor/nikic/fast-route/test/Dispatcher/CharCountBasedTest.php
2017-06-22 16:11:47 +05:30

14 lines
315 B
PHP

<?php
namespace FastRoute\Dispatcher;
class CharCountBasedTest extends DispatcherTest {
protected function getDispatcherClass() {
return 'FastRoute\\Dispatcher\\CharCountBased';
}
protected function getDataGeneratorClass() {
return 'FastRoute\\DataGenerator\\CharCountBased';
}
}