@@ -379,7 +379,7 @@ |
||
| 379 | 379 | [$this->equalTo('SET FOREIGN_KEY_CHECKS = 1;')] |
| 380 | 380 | ) |
| 381 | 381 | ->willReturnOnConsecutiveCalls( |
| 382 | - $this->returnValue(1), // SET FOREIGN_KEY_CHECKS = 0; |
|
| 382 | + $this->returnValue(1), // SET FOREIGN_KEY_CHECKS = 0; |
|
| 383 | 383 | $this->throwException(new PDOException('Drop failed')), // DROP VIEW problem_view |
| 384 | 384 | $this->returnValue(1) // SET FOREIGN_KEY_CHECKS = 1; |
| 385 | 385 | ); |