moved results into their own directory
This commit is contained in:
parent
aa4300375e
commit
09e81cbf9c
@ -1,9 +0,0 @@
|
||||
<?php
|
||||
|
||||
interface TestReporter {
|
||||
|
||||
public function write(TestResult $result);
|
||||
|
||||
}
|
||||
|
||||
?>
|
@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Autoload manifest
|
||||
*
|
||||
* Autogenerated by manifester.php on 2009-06-13 01:14:12
|
||||
* Autogenerated by manifester.php on 2009-06-13 12:47:17
|
||||
*
|
||||
* @package TUnit
|
||||
* @version 0.1.0
|
||||
@ -16,20 +16,19 @@
|
||||
'Cli' => 'TUnit/util/cli.php',
|
||||
'CliSwitch' => 'TUnit/util/cli.php',
|
||||
'CliSwitchCollection' => 'TUnit/util/cli.php',
|
||||
'CombinedTestResult' => 'TUnit/framework/CombinedTestResult.php',
|
||||
'CombinedTestResult' => 'TUnit/framework/result/CombinedTestResult.php',
|
||||
'ConsoleListener' => 'TUnit/framework/listeners/ConsoleListener.php',
|
||||
'ErredTest' => 'TUnit/framework/FailedTest.php',
|
||||
'FailedTest' => 'TUnit/framework/FailedTest.php',
|
||||
'FailedTestResult' => 'TUnit/framework/FailedTestResult.php',
|
||||
'FailedTestResult' => 'TUnit/framework/result/FailedTestResult.php',
|
||||
'IgnoredTest' => 'TUnit/framework/FailedTest.php',
|
||||
'IgnoredTestResult' => 'TUnit/framework/IgnoredTestResult.php',
|
||||
'PassedTestResult' => 'TUnit/framework/PassedTestResult.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',
|
||||
'TestReporter' => 'TUnit/framework/TestReporter.php',
|
||||
'TestResult' => 'TUnit/framework/TestResult.php',
|
||||
'TestResult' => 'TUnit/framework/result/TestResult.php',
|
||||
'TestRunner' => 'TUnit/framework/TestRunner.php',
|
||||
'TestSuite' => 'TUnit/framework/TestSuite.php',
|
||||
'Testable' => 'TUnit/framework/Testable.php',
|
||||
|
Loading…
Reference in New Issue
Block a user