Skip to content

Commit

Permalink
Fix HHVM test
Browse files Browse the repository at this point in the history
  • Loading branch information
vasa-c committed Jun 7, 2016
1 parent 0868f78 commit 4d32ca6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Real/Sqlite/SqliteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ public function testDB()
public function testErrorConnect()
{
$this->loadConnectionParams();
if (defined('HHVM_VERSION')) {
$this->markTestIncomplete('HHVM doesn\'t throw an exception');
}
$params = [
'filename' => __DIR__.'/1.txt',
'flags' => 1, // SQLITE3_OPEN_READONLY,
Expand Down

0 comments on commit 4d32ca6

Please sign in to comment.