This repository was archived by the owner on Aug 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments