🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 23:33:45 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
php83
/
usr
/
share
/
pear
/
test
/
Structures_Graph
/
tests
📍 /opt/alt/php83/usr/share/pear/test/Structures_Graph/tests
🔄 Refresh
✏️
Editing: AllTests.php
Read Only
<?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; } }
💾 Save Changes
❌ Cancel