From 1d38ce21d9dfb31ceb2cc7d0467a837eebc646c8 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 20 Jul 2016 23:49:37 -0700 Subject: [PATCH] Fix @covers tag in BalancerTest Causes failures like Change-Id: I4a3498b88f203b97639fdd248316fef1058f9ddc --- tests/phpunit/includes/tidy/BalancerTest.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 ) { -- 2.20.1