C:\xampp2_not used\php\tests\Structures_Graph\tests\AllTests.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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;
    }
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586