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

17 lines
323 B
PHP
Raw Normal View History

2024-08-09 19:46:39 +05:30
<?php
namespace FastRoute\Dispatcher;
class CharCountBasedTest extends DispatcherTest
{
protected function getDispatcherClass()
{
return 'FastRoute\\Dispatcher\\CharCountBased';
}
protected function getDataGeneratorClass()
{
return 'FastRoute\\DataGenerator\\CharCountBased';
}
}