Commit 4ef88ef0 authored by Jeroen De Dauw's avatar Jeroen De Dauw

Fix style issue

parent 163375c3
...@@ -14,7 +14,7 @@ class DropSchemaSqlCollectorTest extends \PHPUnit_Framework_TestCase ...@@ -14,7 +14,7 @@ class DropSchemaSqlCollectorTest extends \PHPUnit_Framework_TestCase
$keyConstraintOne = $this->getStubKeyConstraint('first'); $keyConstraintOne = $this->getStubKeyConstraint('first');
$keyConstraintTwo = $this->getStubKeyConstraint('second'); $keyConstraintTwo = $this->getStubKeyConstraint('second');
$platform = $this->getMockBuilder( 'Doctrine\DBAL\Platforms\AbstractPlatform') $platform = $this->getMockBuilder('Doctrine\DBAL\Platforms\AbstractPlatform')
->setMethods(array('getDropForeignKeySQL')) ->setMethods(array('getDropForeignKeySQL'))
->getMockForAbstractClass(); ->getMockForAbstractClass();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment