Submit
Path:
~
/
/
opt
/
cloudlinux
/
alt-php70
/
root
/
usr
/
share
/
pear
/
test
/
Structures_Graph
/
tests
/
File Content:
AllTests.php
<?php require_once dirname(__FILE__) . '/helper.inc'; class Structures_Graph_AllTests { public static function main() { PHPUnit_TextUI_TestRunner::run(self::suite()); } public static function suite() { $suite = new PHPUnit_Framework_TestSuite('Structures_Graph Tests'); $dir = new GlobIterator(dirname(__FILE__) . '/*Test.php'); $suite->addTestFiles($dir); return $suite; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
AcyclicTestTest.php
1308 bytes
0644
AllTests.php
444 bytes
0644
BasicGraphTest.php
9066 bytes
0644
TopologicalSorterTest.php
1877 bytes
0644
helper.inc
361 bytes
0644
N4ST4R_ID | Naxtarrr