From: Kunal Mehta Date: Thu, 21 Jul 2016 06:49:37 +0000 (-0700) Subject: Fix @covers tag in BalancerTest X-Git-Tag: 1.31.0-rc.0~6314 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=1d38ce21d9dfb31ceb2cc7d0467a837eebc646c8;p=lhc%2Fweb%2Fwiklou.git Fix @covers tag in BalancerTest Causes failures like Change-Id: I4a3498b88f203b97639fdd248316fef1058f9ddc --- diff --git a/tests/phpunit/includes/tidy/BalancerTest.php b/tests/phpunit/includes/tidy/BalancerTest.php index aa43ac7605..736543da79 100644 --- a/tests/phpunit/includes/tidy/BalancerTest.php +++ b/tests/phpunit/includes/tidy/BalancerTest.php @@ -20,14 +20,7 @@ class BalancerTest extends MediaWikiTestCase { } /** - * Anything cleanup you need to do should go here. - */ - protected function tearDown() { - parent::tearDown(); - } - - /** - * @covers Balancer::balance + * @covers MediaWiki\Tidy\Balancer::balance * @dataProvider provideBalancerTests */ public function testBalancer( $description, $input, $expected ) {