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

Commit 5ab11b2

Browse files
committed
Updated to 1.1.6 version
1 parent 1cfd64f commit 5ab11b2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/Database/Test/InsertTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public function testInsertQuery_Statements_DataType_ID($db) {
188188
*
189189
* @expectedException Josantonius\Database\Exception\DBException
190190
*
191-
* @expectedExceptionMessage Base table or view not found:
191+
* @expectedExceptionMessage table
192192
*
193193
* @return void
194194
*/
@@ -210,7 +210,7 @@ public function testInsertQueryTableNameError($db) {
210210
*
211211
* @expectedException Josantonius\Database\Exception\DBException
212212
*
213-
* @expectedExceptionMessage Column not found:
213+
* @expectedExceptionMessage column
214214
*
215215
* @return void
216216
*/
@@ -364,7 +364,7 @@ public function testInsertMethod_Marks_DataType_Rows($db) {
364364
*
365365
* @expectedException Josantonius\Database\Exception\DBException
366366
*
367-
* @expectedExceptionMessage Base table or view not found:
367+
* @expectedExceptionMessage table
368368
*
369369
* @return void
370370
*/
@@ -390,7 +390,7 @@ public function testInsertMethodTableNameError($db) {
390390
*
391391
* @expectedException Josantonius\Database\Exception\DBException
392392
*
393-
* @expectedExceptionMessage Column not found:
393+
* @expectedExceptionMessage column
394394
*
395395
* @return void
396396
*/

0 commit comments

Comments
 (0)