Repository URL to install this package:
Version:
0.1.31-1 ▾
|
odigos-demo-currency
/
opt
/
odigos-demo-currency
/
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';
}
}