/
/
opt
/
alt
/
php74
/
usr
/
share
/
pear
/
test
/
Structures_Graph
/
tests
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/php74/usr/share/pear/test/Structures_Graph/tests
Edit:
/opt/alt/php74/usr/share/pear/test/Structures_Graph/tests/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; } }
Ukuran: 444 B