34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Autoload manifest
|
|
*
|
|
* Autogenerated by manifester.php on 2009-06-12 23:55:38
|
|
*
|
|
* @package TUnit
|
|
* @version 0.1.0
|
|
* @since 0.1.0
|
|
*/
|
|
|
|
return array(
|
|
'Assert' => 'TUnit/framework/Assert.php',
|
|
'Autoloader' => 'TUnit/util/Autoloader.php',
|
|
'CombinedCaseResult' => 'TUnit/framework/CombinedTestResult.php',
|
|
'ErredTest' => 'TUnit/framework/FailedTest.php',
|
|
'FailedTest' => 'TUnit/framework/FailedTest.php',
|
|
'FailedTestResult' => 'TUnit/framework/FailedTestResult.php',
|
|
'IgnoredTest' => 'TUnit/framework/FailedTest.php',
|
|
'IgnoredTestResult' => 'TUnit/framework/IgnoredTestResult.php',
|
|
'PassedTestResult' => 'TUnit/framework/PassedTestResult.php',
|
|
'TestCase' => 'TUnit/framework/TestCase.php',
|
|
'TestFailure' => 'TUnit/framework/FailedTest.php',
|
|
'TestListener' => 'TUnit/framework/TestListener.php',
|
|
'TestMethod' => 'TUnit/framework/TestMethod.php',
|
|
'TestReporter' => 'TUnit/framework/TestReporter.php',
|
|
'TestResult' => 'TUnit/framework/TestResult.php',
|
|
'TestRunner' => 'TUnit/framework/TestRunner.php',
|
|
'TestSuite' => 'TUnit/framework/TestSuite.php',
|
|
'Testable' => 'TUnit/framework/Testable.php'
|
|
);
|
|
|
|
?>
|