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