Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 2738d4f

Browse files
committed
Updated to 1.1.6 version
1 parent b74b088 commit 2738d4f

3 files changed

Lines changed: 199 additions & 188 deletions

File tree

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
<testsuite name="Database Test Suite">
3131
<file>tests/Database/Test/ConnectionTest.php</file>
3232
<file>tests/Database/Test/CreateTest.php</file>
33-
<file>tests/Database/Test/InsertTest.php</file>
33+
34+
<file>tests/Database/Test/SelectTest.php</file>
3435
</testsuite>
3536
</testsuites>
3637

tests/Database/Test/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public function testExceptionAccessDeniedForUserPassword() {
197197
*
198198
* @expectedException Josantonius\Database\Exception\DBException
199199
*
200-
* @expectedExceptionMessage Unknown database
200+
* @expectedExceptionMessageRegExp (Unknown|database|Access|denied|user)
201201
*
202202
* @return void
203203
*/

0 commit comments

Comments
 (0)