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

Commit a14d613

Browse files
committed
Updated to 1.1.6 version
1 parent 8b7f088 commit a14d613

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

tests/Database/Test/CreateTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testCreateTableQuery($db) {
7171
*
7272
* @expectedException Josantonius\Database\Exception\DBException
7373
*
74-
* @expectedExceptionMessage syntax
74+
* @expectedExceptionMessage Syntax error or access violation
7575
*
7676
* @return void
7777
*/
@@ -123,7 +123,7 @@ public function testCreateTableMethod($db) {
123123
*
124124
* @expectedException Josantonius\Database\Exception\DBException
125125
*
126-
* @expectedExceptionMessage syntax
126+
* @expectedExceptionMessage Syntax error or access violation
127127
*
128128
* @return void
129129
*/
@@ -180,7 +180,7 @@ public function testCreateTableAdvancedMethod($db) {
180180
*
181181
* @expectedException Josantonius\Database\Exception\DBException
182182
*
183-
* @expectedExceptionMessage syntax
183+
* @expectedExceptionMessage Syntax error or access violation
184184
*
185185
* @return void
186186
*/

tests/Database/Test/InsertTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function testInsertQuery_Statements_DataType_ID($db) {
217217
*
218218
* @expectedException Josantonius\Database\Exception\DBException
219219
*
220-
* @expectedExceptionMessage table
220+
* @expectedExceptionMessage Base table or view not found
221221
*
222222
* @return void
223223
*/
@@ -239,7 +239,7 @@ public function testInsertQueryTableNameError($db) {
239239
*
240240
* @expectedException Josantonius\Database\Exception\DBException
241241
*
242-
* @expectedExceptionMessage column
242+
* @expectedExceptionMessage Column not found
243243
*
244244
* @return void
245245
*/
@@ -393,7 +393,7 @@ public function testInsertMethod_Marks_DataType_Rows($db) {
393393
*
394394
* @expectedException Josantonius\Database\Exception\DBException
395395
*
396-
* @expectedExceptionMessage table
396+
* @expectedExceptionMessage Base table or view not found
397397
*
398398
* @return void
399399
*/
@@ -419,7 +419,7 @@ public function testInsertMethodTableNameError($db) {
419419
*
420420
* @expectedException Josantonius\Database\Exception\DBException
421421
*
422-
* @expectedExceptionMessage column
422+
* @expectedExceptionMessage Column not found
423423
*
424424
* @return void
425425
*/

0 commit comments

Comments
 (0)