SILENT KILLERPanel

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


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

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

NameTypeSizeLast ModifiedActions
AcyclicTestTest.php File 1308 bytes May 12 2025 17:57:21.
AllTests.php File 444 bytes May 12 2025 17:57:21.
BasicGraphTest.php File 9066 bytes May 12 2025 17:57:21.
TopologicalSorterTest.php File 1877 bytes May 12 2025 17:57:21.
helper.inc File 361 bytes May 12 2025 17:57:21.

Reading File: //opt/cloudlinux/alt-php82/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