@@ -397,7 +397,7 @@ |
||
| 397 | 397 | $mysqlClientToolConnectionString = $database->getMysqlClientToolConnectionString(); |
| 398 | 398 | |
| 399 | 399 | $excludeTablesUserInput = $this->excludeTables($input, $output); // Unprefixed |
| 400 | - $stripTablesUserInput = $this->stripTables($input, $output); // Unprefixed |
|
| 400 | + $stripTablesUserInput = $this->stripTables($input, $output); // Unprefixed |
|
| 401 | 401 | |
| 402 | 402 | // Structure dump part (for stripped tables) |
| 403 | 403 | $tablesForStructureDump = $stripTablesUserInput; |
@@ -377,7 +377,7 @@ |
||
| 377 | 377 | [$this->equalTo('SET FOREIGN_KEY_CHECKS = 1;')] |
| 378 | 378 | ) |
| 379 | 379 | ->willReturnOnConsecutiveCalls( |
| 380 | - $this->returnValue(1), // SET FOREIGN_KEY_CHECKS = 0; |
|
| 380 | + $this->returnValue(1), // SET FOREIGN_KEY_CHECKS = 0; |
|
| 381 | 381 | $this->throwException(new \PDOException('Drop failed')), // DROP VIEW problem_view |
| 382 | 382 | $this->returnValue(1) // SET FOREIGN_KEY_CHECKS = 1; |
| 383 | 383 | ); |