SILENT KILLERPanel

Current Path: > > opt > cloudlinux > alt-php56 > root > usr > > share > > pear > test > Structures_Graph > > > tests


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/cloudlinux/alt-php56/root/usr//share//pear/test/Structures_Graph///tests

NameTypeSizeLast ModifiedActions
AcyclicTestTest.php File 1308 bytes May 12 2025 16:48:59.
AllTests.php File 444 bytes May 12 2025 16:48:59.
BasicGraphTest.php File 9066 bytes May 12 2025 16:48:59.
TopologicalSorterTest.php File 1877 bytes May 12 2025 16:48:59.
helper.inc File 361 bytes May 12 2025 16:48:59.

Reading File: //opt/cloudlinux/alt-php56/root/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;
    }
}

SILENT KILLER Tool