From: jenkins-bot Date: Sun, 24 Feb 2019 00:19:54 +0000 (+0000) Subject: Merge "Remove comments literally documenting unit tests being unit tests" X-Git-Tag: 1.34.0-rc.0~2736 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=d3a4ac1bb6accbaf3be0c0067358b64184a03490;hp=6353652fcf9c907095ead961706feb5c7395ed7c;p=lhc%2Fweb%2Fwiklou.git Merge "Remove comments literally documenting unit tests being unit tests" --- 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 @@