We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d8b2c commit 55a8e76Copy full SHA for 55a8e76
1 file changed
tests/sqlite/sqlite3Test.php
@@ -80,8 +80,8 @@ public function testConnect()
80
{
81
$this->assertTrue($this->object->connect());
82
83
- $this->expectExceptionMessageRegExp('/Unable to open database/');
84
- $this->assertFalse($this->object->connect('null:', ':'));
+ $this->expectExceptionMessageRegExp('/Unable to open database/');
+ $this->assertTrue($this->object->connect(' ', ' '));
85
86
$this->assertTrue($this->object->connect(self::TEST_SQLITE_DB_DIR, self::TEST_SQLITE_DB));
87
} // testSQLiteConnect
0 commit comments