Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
platform360
/
vendor
/
nikic
/
fast-route
/
test
/
Dispatcher
/
File Content:
MarkBasedTest.php
<?php namespace Platform360\FastRoute\Dispatcher; class MarkBasedTest extends DispatcherTest { public function setUp() { \preg_match('/(*MARK:A)a/', 'a', $matches); if (!isset($matches['MARK'])) { $this->markTestSkipped('PHP 5.6 required for MARK support'); } } protected function getDispatcherClass() { return 'Platform360\\FastRoute\\Dispatcher\\MarkBased'; } protected function getDataGeneratorClass() { return 'Platform360\\FastRoute\\DataGenerator\\MarkBased'; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
CharCountBasedTest.php
360 bytes
0644
DispatcherTest.php
19714 bytes
0644
GroupCountBasedTest.php
363 bytes
0644
GroupPosBasedTest.php
357 bytes
0644
MarkBasedTest.php
560 bytes
0644
N4ST4R_ID | Naxtarrr