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

Commit cb2d780

Browse files
committed
Updated to 1.1.6 version
1 parent 16fe9cb commit cb2d780

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/Database/Test/DatabaseConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function testExceptionWhenProviderNotExists() {
120120
*
121121
* @expectedException Josantonius\Database\Exception\DBException
122122
*
123-
* @expectedExceptionMessage [2002]
123+
* @expectedExceptionMessage [200
124124
*
125125
* @return void
126126
*/

tests/Database/Test/DatabaseCreateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function testGetConnection() {
3131
$this->db = Database::getConnection('identifier');
3232

3333
$database = $this->db;
34+
3435
$this->assertContains('identifier', $database::$id);
3536
}
3637
}

0 commit comments

Comments
 (0)