43 lines
1.9 KiB
PHP
43 lines
1.9 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Autoload manifest
|
|
*
|
|
* Autogenerated by manifester.php on 2009-06-13 15:40:20
|
|
*
|
|
* @package TUnit
|
|
* @version 0.1.0
|
|
* @since 0.1.0
|
|
*/
|
|
|
|
return array(
|
|
'Assert' => 'TUnit/framework/Assert.php',
|
|
'Autoloader' => 'TUnit/util/Autoloader.php',
|
|
'Cli' => 'TUnit/util/cli.php',
|
|
'CliSwitch' => 'TUnit/util/cli.php',
|
|
'CliSwitchCollection' => 'TUnit/util/cli.php',
|
|
'CombinedTestResult' => 'TUnit/framework/result/CombinedTestResult.php',
|
|
'ConsoleListener' => 'TUnit/framework/listeners/ConsoleListener.php',
|
|
'Constraint' => 'TUnit/framework/constraints/Constraint.php',
|
|
'EqualsConstraint' => 'TUnit/framework/constraints/EqualsConstraint.php',
|
|
'ErredTest' => 'TUnit/framework/result/FailedTest.php',
|
|
'ErredTestResult' => 'TUnit/framework/result/ErredTestResult.php',
|
|
'FailedTest' => 'TUnit/framework/result/FailedTest.php',
|
|
'FailedTestResult' => 'TUnit/framework/result/FailedTestResult.php',
|
|
'IgnoredTest' => 'TUnit/framework/result/FailedTest.php',
|
|
'IgnoredTestResult' => 'TUnit/framework/result/IgnoredTestResult.php',
|
|
'PassedTestResult' => 'TUnit/framework/result/PassedTestResult.php',
|
|
'SingleTestResult' => 'TUnit/framework/result/SingleTestResult.php',
|
|
'TestCase' => 'TUnit/framework/test/TestCase.php',
|
|
'TestFailure' => 'TUnit/framework/result/FailedTest.php',
|
|
'TestListener' => 'TUnit/framework/listeners/TestListener.php',
|
|
'TestMethod' => 'TUnit/framework/test/TestMethod.php',
|
|
'TestResult' => 'TUnit/framework/result/TestResult.php',
|
|
'TestRunner' => 'TUnit/framework/TestRunner.php',
|
|
'TestSuite' => 'TUnit/framework/test/TestSuite.php',
|
|
'Testable' => 'TUnit/framework/test/Testable.php',
|
|
'Usage' => 'TUnit/util/cli.php',
|
|
'Util' => 'TUnit/util/Util.php'
|
|
);
|
|
|
|
?>
|