Driver specific QueryBuilderTest::testCommentColumn() - improved to use replaceQuotes()

This commit is contained in:
SilverFire - Dmitry Naumenko
2016-04-20 09:40:21 +03:00
parent 2478ba7b20
commit b08c82c5fe
3 changed files with 12 additions and 17 deletions

View File

@@ -30,11 +30,6 @@ class SqliteQueryBuilderTest extends QueryBuilderTest
$this->markTestSkipped('Comments are not supported in SQLite');
}
public function testCommentOnColumnSchemaBuilder()
{
$this->markTestSkipped('Comments are not supported in SQLite');
}
public function testCommentColumn()
{
$this->markTestSkipped('Comments are not supported in SQLite');