HighSpeaker/vendor/nikic/fast-route/test/Dispatcher/CharCountBasedTest.php

17 lines
323 B
PHP
Raw Permalink Normal View History

2022-12-17 18:08:00 +05:30
<?php
namespace FastRoute\Dispatcher;
class CharCountBasedTest extends DispatcherTest
{
protected function getDispatcherClass()
{
return 'FastRoute\\Dispatcher\\CharCountBased';
}
protected function getDataGeneratorClass()
{
return 'FastRoute\\DataGenerator\\CharCountBased';
}
}