diff options
author | Thiemo Kreuz <thiemo.kreuz@wikimedia.de> | 2019-02-19 15:18:12 +0100 |
---|---|---|
committer | Thiemo Kreuz <thiemo.kreuz@wikimedia.de> | 2019-02-19 15:18:12 +0100 |
commit | f5a31f5be0c23bb14a754032803aa226ce761411 (patch) | |
tree | 8b40c5810495dc8d56dee99bca561b1edfb27634 /tests/phpunit/includes/FauxResponseTest.php | |
parent | 4d0773cd01f08b05ceaaadd1c8d8cbca4756d0d0 (diff) | |
download | mediawikicore-f5a31f5be0c23bb14a754032803aa226ce761411.tar.gz mediawikicore-f5a31f5be0c23bb14a754032803aa226ce761411.zip |
Remove comments literally documenting unit tests being unit tests
The name of the test class and method as well as the @covers tags already
explain well enough which code a test is testing. Repeating this does not
provide additional information.
Change-Id: Ieec4ec131e5925d11704a11e1df46bc00c9fad9b
Diffstat (limited to 'tests/phpunit/includes/FauxResponseTest.php')
-rw-r--r-- | tests/phpunit/includes/FauxResponseTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/phpunit/includes/FauxResponseTest.php b/tests/phpunit/includes/FauxResponseTest.php index eac56fb84160..8085bc710ce5 100644 --- a/tests/phpunit/includes/FauxResponseTest.php +++ b/tests/phpunit/includes/FauxResponseTest.php @@ -1,7 +1,5 @@ <?php /** - * Tests for the FauxResponse class - * * Copyright @ 2011 Alexandre Emsenhuber * * This program is free software; you can redistribute it and/or modify |