mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 22:30:27 +08: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');
|
$sql = $qb->alterColumn('foo1', 'bar', 'reset xyz');
|
||||||
$this->assertEquals($expected, $sql);
|
$this->assertEquals($expected, $sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testFromIndexHint()
|
||||||
|
{
|
||||||
|
$this->markTestSkipped('Indices forcing is not supported by PostgreSQL');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user