fix @depends
No need for the parentheses there Change-Id: Id2ba72a7fb7bdd592de0642468994c9dab29adcd
This commit is contained in:
parent
7c6c05a459
commit
ce966298ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue