Commit 11986f60 authored by Steve Müller's avatar Steve Müller

fix AbstractPlatformTestCase namespace usage

parent 9338220c
...@@ -210,7 +210,7 @@ abstract class AbstractPlatformTestCase extends \Doctrine\Tests\DbalTestCase ...@@ -210,7 +210,7 @@ abstract class AbstractPlatformTestCase extends \Doctrine\Tests\DbalTestCase
return 'ALTER TABLE test ADD CONSTRAINT constraint_name PRIMARY KEY (test)'; return 'ALTER TABLE test ADD CONSTRAINT constraint_name PRIMARY KEY (test)';
} }
public function getGenerateConstraintForeignKeySql(\Doctrine\DBAL\Schema\ForeignKeyConstraint $fk) public function getGenerateConstraintForeignKeySql(ForeignKeyConstraint $fk)
{ {
$quotedForeignTable = $fk->getQuotedForeignTableName($this->_platform); $quotedForeignTable = $fk->getQuotedForeignTableName($this->_platform);
......
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