From: umherirrender Date: Sat, 10 Nov 2012 19:15:03 +0000 (+0100) Subject: fix @depends X-Git-Tag: 1.31.0-rc.0~21663^2 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=ce966298ca8bea2c5fd64868b0216aeec8a3e74c;p=lhc%2Fweb%2Fwiklou.git fix @depends No need for the parentheses there Change-Id: Id2ba72a7fb7bdd592de0642468994c9dab29adcd --- 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 );