ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
MarkBasedTest.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
FastRoute\Dispatcher
;
4
5
class
MarkBasedTest
extends
DispatcherTest
6
{
7
public
function
setUp
()
8
{
9
preg_match(
'/(*MARK:A)a/'
,
'a'
, $matches);
10
if
(!isset($matches[
'MARK'
])) {
11
$this->markTestSkipped(
'PHP 5.6 required for MARK support'
);
12
}
13
}
14
15
protected
function
getDispatcherClass
()
16
{
17
return
'FastRoute\\Dispatcher\\MarkBased'
;
18
}
19
20
protected
function
getDataGeneratorClass
()
21
{
22
return
'FastRoute\\DataGenerator\\MarkBased'
;
23
}
24
}
FastRoute\Dispatcher\MarkBasedTest\getDispatcherClass
getDispatcherClass()
Definition:
MarkBasedTest.php:15
FastRoute\Dispatcher\MarkBasedTest\getDataGeneratorClass
getDataGeneratorClass()
Definition:
MarkBasedTest.php:20
FastRoute\Dispatcher\MarkBasedTest
Definition:
MarkBasedTest.php:5
FastRoute\Dispatcher
Definition:
CharCountBased.php:3
FastRoute\Dispatcher\MarkBasedTest\setUp
setUp()
Definition:
MarkBasedTest.php:7
php
FastRoute\Dispatcher\DispatcherTest
Definition:
DispatcherTest.php:8
libs
composer
vendor
nikic
fast-route
test
Dispatcher
MarkBasedTest.php
Generated on Thu Jan 16 2025 19:01:44 for ILIAS by
1.8.13 (using
Doxyfile
)