Commit 3a2f2f8d authored by Steve Müller's avatar Steve Müller

add test for SQL comment hint requirement

parent 69963f62
...@@ -44,4 +44,12 @@ class DateIntervalTest extends \Doctrine\Tests\DbalTestCase ...@@ -44,4 +44,12 @@ class DateIntervalTest extends \Doctrine\Tests\DbalTestCase
{ {
$this->assertNull($this->_type->convertToPHPValue(null, $this->_platform)); $this->assertNull($this->_type->convertToPHPValue(null, $this->_platform));
} }
/**
* @group DBAL-1288
*/
public function testRequiresSQLCommentHint()
{
$this->assertTrue($this->_type->requiresSQLCommentHint($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