Commit c12ec054 authored by flip111's avatar flip111

Changed CreateSchemaSqlCollectorTest.php

Added the supportsSchemas method in the mock because it's being used now.
parent ea025473
......@@ -10,7 +10,7 @@ class CreateSchemaSqlCollectorTest extends \PHPUnit_Framework_TestCase
{
$platformMock = $this->getMock(
'Doctrine\DBAL\Platforms\PostgreSqlPlatform',
array('supportsSchemas', 'schemaNeedsCreation', 'getCreateTableSQL')
array('supportsSchemas', 'schemaNeedsCreation', 'getCreateTableSQL', 'supportsSchemas')
);
$platformMock->expects($this->exactly(1))
......
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