Index: trunk/phase3/maintenance/tests/phpunit/TODO |
— | — | @@ -8,4 +8,4 @@ |
9 | 9 | structure to the source they are testing, and named the same, with the exception of the word "Test" at the end. |
10 | 10 | * Shared set-up code or base classes are present, but usually named improperly or appear to be poorly factored. Support |
11 | 11 | code should share as much of the same naming as the code it's supporting, and test and test-case depenencies should be |
12 | | -considered to resolve other shared needs. |
\ No newline at end of file |
| 12 | +considered to resolve other shared needs. |
Index: trunk/phase3/maintenance/tests/phpunit/suite.xml |
— | — | @@ -30,4 +30,4 @@ |
31 | 31 | <group>Stub</group> |
32 | 32 | </exclude> |
33 | 33 | </groups> |
34 | | -</phpunit> |
\ No newline at end of file |
| 34 | +</phpunit> |
Index: trunk/phase3/maintenance/tests/phpunit/README |
— | — | @@ -26,4 +26,4 @@ |
27 | 27 | /** |
28 | 28 | * @group Broken |
29 | 29 | */ |
30 | | -* Need to fix some broken tests |
\ No newline at end of file |
| 30 | +* Need to fix some broken tests |