From ce966298ca8bea2c5fd64868b0216aeec8a3e74c Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 10 Nov 2012 20:15:03 +0100 Subject: [PATCH] fix @depends No need for the parentheses there Change-Id: Id2ba72a7fb7bdd592de0642468994c9dab29adcd --- tests/phpunit/includes/db/ORMRowTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/db/ORMRowTest.php b/tests/phpunit/includes/db/ORMRowTest.php index cd970b3d1a..b46ce2e27b 100644 --- a/tests/phpunit/includes/db/ORMRowTest.php +++ b/tests/phpunit/includes/db/ORMRowTest.php @@ -155,7 +155,7 @@ abstract class ORMRowTest extends \MediaWikiTestCase { /** * @dataProvider constructorTestProvider - * @depends testSave() + * @depends testSave */ public function testRemove( array $data, $loadDefaults ) { $item = $this->getRowInstance( $data, $loadDefaults ); -- 2.20.1