Skip to content

Commit 4e4fb02

Browse files
committed
Fixed QueryBuilterTest for PgSQL
1 parent 4640f74 commit 4e4fb02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/framework/db/pgsql/PostgreSQLQueryBuilderTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,9 @@ public function testAlterColumn()
126126
$sql = $qb->alterColumn('foo1', 'bar', 'reset xyz');
127127
$this->assertEquals($expected, $sql);
128128
}
129+
130+
public function testFromIndexHint()
131+
{
132+
$this->markTestSkipped('Indices forcing is not supported by PostgreSQL');
133+
}
129134
}

0 commit comments

Comments
 (0)