From 73d2f0fab3e36d1c06b73e4304afd0ace68f5e87 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 10 Sep 2010 21:41:34 +0000 Subject: [PATCH] \n to eof --- maintenance/tests/phpunit/README | 2 +- maintenance/tests/phpunit/TODO | 2 +- maintenance/tests/phpunit/suite.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maintenance/tests/phpunit/README b/maintenance/tests/phpunit/README index cdd6a83729..f0f84c3961 100644 --- a/maintenance/tests/phpunit/README +++ b/maintenance/tests/phpunit/README @@ -26,4 +26,4 @@ the top of the file: /** * @group Broken */ -* Need to fix some broken tests \ No newline at end of file +* Need to fix some broken tests diff --git a/maintenance/tests/phpunit/TODO b/maintenance/tests/phpunit/TODO index 774b5a633a..b9f3a3a6e5 100644 --- a/maintenance/tests/phpunit/TODO +++ b/maintenance/tests/phpunit/TODO @@ -8,4 +8,4 @@ oriented test selection nearly all of these cases can be easily resolved. structure to the source they are testing, and named the same, with the exception of the word "Test" at the end. * Shared set-up code or base classes are present, but usually named improperly or appear to be poorly factored. Support code should share as much of the same naming as the code it's supporting, and test and test-case depenencies should be -considered to resolve other shared needs. \ No newline at end of file +considered to resolve other shared needs. diff --git a/maintenance/tests/phpunit/suite.xml b/maintenance/tests/phpunit/suite.xml index d92f2564d3..7a3b90e84a 100644 --- a/maintenance/tests/phpunit/suite.xml +++ b/maintenance/tests/phpunit/suite.xml @@ -30,4 +30,4 @@ Stub - \ No newline at end of file + -- 2.20.1