Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed May 5, 2014
1 parent 163375c commit 4ef88ef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ public function testGetQueriesUsesAcceptedForeignKeys()
$keyConstraintOne = $this->getStubKeyConstraint('first');
$keyConstraintTwo = $this->getStubKeyConstraint('second');

$platform = $this->getMockBuilder( 'Doctrine\DBAL\Platforms\AbstractPlatform')
$platform = $this->getMockBuilder('Doctrine\DBAL\Platforms\AbstractPlatform')
->setMethods(array('getDropForeignKeySQL'))
->getMockForAbstractClass();

Expand Down

0 comments on commit 4ef88ef

Please sign in to comment.