jenkins-bot has submitted this change and it was merged.

Change subject: format the tests/phpunit/TODO document for readability
......................................................................


format the tests/phpunit/TODO document for readability

Change-Id: I54877680158b0b49ed13db9fd2d0441b82cab8b6
---
M tests/phpunit/TODO
1 file changed, 19 insertions(+), 9 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/phpunit/TODO b/tests/phpunit/TODO
index b2fa7fb..cd9b9e2 100644
--- a/tests/phpunit/TODO
+++ b/tests/phpunit/TODO
@@ -1,10 +1,20 @@
 == Things To Do ==
-* Most of the tests are named poorly; naming should describe a use case in 
story-like language, not simply identify the
-unit under test. An example would be the difference between testCalculate and 
testAddingIntegersTogetherWorks.
-* Many of the tests make multiple assertions, and are thus not unitary tests. 
By using data-providers and more use-case
-oriented test selection nearly all of these cases can be easily resolved.
-* Some of the test files are either incorrectly named or in the wrong folder. 
Tests should be organized in a mirrored
-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.
+
+* Most of the tests are named poorly;
+  naming should describe a use case in story-like language,
+  not simply identify the unit under test.
+  An example would be the difference between "testCalculate"
+  and "testAddingIntegersTogetherWorks".
+
+* Many of the tests make multiple assertions, and are thus not unitary tests.
+  By using data-providers and more use-case oriented test selection
+  nearly all of these cases can be easily resolved.
+
+* Some of the test files are either incorrectly named or in the wrong folder.
+  Tests should be organized in a mirrored 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.

-- 
To view, visit https://gerrit.wikimedia.org/r/133219
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I54877680158b0b49ed13db9fd2d0441b82cab8b6
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Waldir <wal...@email.com>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to