mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-19 07:50:39 +08:00
Driver specific QueryBuilderTest::testCommentColumn() - improved to use replaceQuotes()
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user