r72762 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72761‎ | r72762 | r72763 >
Date:21:41, 10 September 2010
Author:demon
Status:ok
Tags:
Comment:
\n to eof
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/README (modified) (history)
  • /trunk/phase3/maintenance/tests/phpunit/TODO (modified) (history)
  • /trunk/phase3/maintenance/tests/phpunit/suite.xml (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/TODO
@@ -8,4 +8,4 @@
99 structure to the source they are testing, and named the same, with the exception of the word "Test" at the end.
1010 * Shared set-up code or base classes are present, but usually named improperly or appear to be poorly factored. Support
1111 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 @@
3131 <group>Stub</group>
3232 </exclude>
3333 </groups>
34 -</phpunit>
\ No newline at end of file
 34+</phpunit>
Index: trunk/phase3/maintenance/tests/phpunit/README
@@ -26,4 +26,4 @@
2727 /**
2828 * @group Broken
2929 */
30 -* Need to fix some broken tests
\ No newline at end of file
 30+* Need to fix some broken tests

Status & tagging log