From: Thiemo Kreuz Date: Tue, 19 Feb 2019 14:18:12 +0000 (+0100) Subject: Remove comments literally documenting unit tests being unit tests X-Git-Tag: 1.34.0-rc.0~2736^2 X-Git-Url: http://git.cyclocoop.org/data/%7BGarradin/WEBSITE%7D?a=commitdiff_plain;h=f5a31f5be0c23bb14a754032803aa226ce761411;p=lhc%2Fweb%2Fwiklou.git 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 --- diff --git a/tests/phpunit/includes/DiffHistoryBlobTest.php b/tests/phpunit/includes/DiffHistoryBlobTest.php index c267a30e05..b75862ea0c 100644 --- a/tests/phpunit/includes/DiffHistoryBlobTest.php +++ b/tests/phpunit/includes/DiffHistoryBlobTest.php @@ -15,7 +15,6 @@ class DiffHistoryBlobTest extends MediaWikiTestCase { } /** - * Test for DiffHistoryBlob::xdiffAdler32() * @dataProvider provideXdiffAdler32 * @covers DiffHistoryBlob::xdiffAdler32 */ diff --git a/tests/phpunit/includes/FauxResponseTest.php b/tests/phpunit/includes/FauxResponseTest.php index eac56fb841..8085bc710c 100644 --- a/tests/phpunit/includes/FauxResponseTest.php +++ b/tests/phpunit/includes/FauxResponseTest.php @@ -1,7 +1,5 @@