Commit 871089c8 authored by lucasvanlierop's avatar lucasvanlierop

Removed duplicate method

parent d98ac8c5
......@@ -356,15 +356,6 @@ abstract class AbstractPostgreSqlPlatformTestCase extends AbstractPlatformTestCa
$this->assertSame(0, $platform->convertBooleansToDatabaseValue(false));
}
/**
* @expectedException UnexpectedValueException
* @expectedExceptionMessage Unrecognized boolean literal 'my-bool'
*/
public function testThrowsExceptionWithInvalidBooleanLiteral()
{
$platform = $this->createPlatform()->convertBooleansToDatabaseValue("my-bool");
}
/**
* @dataProvider pgBooleanProvider
*
......
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