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 @@ -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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments