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

Commit 16fe9cb

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

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

tests/Database/Test/DatabaseCreateTest.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ public function testGetConnection() {
3030

3131
$this->db = Database::getConnection('identifier');
3232

33-
$this->assertContains('identifier', $this->db::$id);
34-
}
35-
36-
37-
33+
$database = $this->db;
34+
$this->assertContains('identifier', $database::$id);
35+
}
3836
}

0 commit comments

Comments
 (0)