mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-04 14:34:49 +01:00
Fixed QueryBuilterTest for PgSQL
This commit is contained in:
@@ -126,4 +126,9 @@ class PostgreSQLQueryBuilderTest extends QueryBuilderTest
|
||||
$sql = $qb->alterColumn('foo1', 'bar', 'reset xyz');
|
||||
$this->assertEquals($expected, $sql);
|
||||
}
|
||||
|
||||
public function testFromIndexHint()
|
||||
{
|
||||
$this->markTestSkipped('Indices forcing is not supported by PostgreSQL');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user