Commit a4ecdfd1 authored by vincequeiroz's avatar vincequeiroz

Update tests/Doctrine/Tests/DBAL/Functional/Schema/PostgreSqlSchemaManagerTest.php

Change name method from "getSqlDeclaration" to "getSQLDeclaration".
parent 63b7ef12
......@@ -254,7 +254,7 @@ class MoneyType extends Type
return "MyMoney";
}
public function getSqlDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
{
return 'MyMoney';
}
......
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