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

Commit c02f7ac

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

3 files changed

Lines changed: 150 additions & 129 deletions

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<testsuite name="Database Test Suite">
3131
<file>tests/Database/Test/ConnectionTest.php</file>
3232
<file>tests/Database/Test/CreateTest.php</file>
33-
33+
<file>tests/Database/Test/InsertTest.php</file>
3434
<file>tests/Database/Test/SelectTest.php</file>
3535
</testsuite>
3636
</testsuites>

tests/Database/Test/InsertTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ public function testInsertQuery_Duplicate_Statements_DataType_Rows($db) {
153153
VALUES (:id, :name, :email)',
154154
$statements
155155
);
156-
157-
$this->assertEquals(1, $result);
158156
}
159157

160158
/**

0 commit comments

Comments
 (0)