moved more files around
This commit is contained in:
parent
0382d51e08
commit
7742285162
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Autoload manifest
|
||||
*
|
||||
* Autogenerated by manifester.php on 2009-06-13 12:48:53
|
||||
* Autogenerated by manifester.php on 2009-06-13 12:58:13
|
||||
*
|
||||
* @package TUnit
|
||||
* @version 0.1.0
|
||||
@ -18,21 +18,21 @@
|
||||
'CliSwitchCollection' => 'TUnit/util/cli.php',
|
||||
'CombinedTestResult' => 'TUnit/framework/result/CombinedTestResult.php',
|
||||
'ConsoleListener' => 'TUnit/framework/listeners/ConsoleListener.php',
|
||||
'ErredTest' => 'TUnit/framework/FailedTest.php',
|
||||
'ErredTest' => 'TUnit/framework/result/FailedTest.php',
|
||||
'ErredTestResult' => 'TUnit/framework/result/ErredTestResult.php',
|
||||
'FailedTest' => 'TUnit/framework/FailedTest.php',
|
||||
'FailedTest' => 'TUnit/framework/result/FailedTest.php',
|
||||
'FailedTestResult' => 'TUnit/framework/result/FailedTestResult.php',
|
||||
'IgnoredTest' => 'TUnit/framework/FailedTest.php',
|
||||
'IgnoredTest' => 'TUnit/framework/result/FailedTest.php',
|
||||
'IgnoredTestResult' => 'TUnit/framework/result/IgnoredTestResult.php',
|
||||
'PassedTestResult' => 'TUnit/framework/result/PassedTestResult.php',
|
||||
'TestCase' => 'TUnit/framework/TestCase.php',
|
||||
'TestFailure' => 'TUnit/framework/FailedTest.php',
|
||||
'TestListener' => 'TUnit/framework/TestListener.php',
|
||||
'TestMethod' => 'TUnit/framework/TestMethod.php',
|
||||
'TestCase' => 'TUnit/framework/test/TestCase.php',
|
||||
'TestFailure' => 'TUnit/framework/result/FailedTest.php',
|
||||
'TestListener' => 'TUnit/framework/test/TestListener.php',
|
||||
'TestMethod' => 'TUnit/framework/test/TestMethod.php',
|
||||
'TestResult' => 'TUnit/framework/result/TestResult.php',
|
||||
'TestRunner' => 'TUnit/framework/TestRunner.php',
|
||||
'TestSuite' => 'TUnit/framework/TestSuite.php',
|
||||
'Testable' => 'TUnit/framework/Testable.php',
|
||||
'TestSuite' => 'TUnit/framework/test/TestSuite.php',
|
||||
'Testable' => 'TUnit/framework/test/Testable.php',
|
||||
'Usage' => 'TUnit/util/cli.php'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user