PHP 8.2.30
Preview: AllTests.php Size: 444 B
/opt/cloudlinux/alt-php83/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;
    }
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
1.28 KB lrw-r--r-- 2025-05-12 18:07:00
Edit Download
444 B lrw-r--r-- 2025-05-12 18:07:00
Edit Download
8.85 KB lrw-r--r-- 2025-05-12 18:07:00
Edit Download
361 B lrw-r--r-- 2025-05-12 18:07:00
Edit Download
1.83 KB lrw-r--r-- 2025-05-12 18:07:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).