Skip to content

Commit a31dc87

Browse files
mazhalaiOlga Kopylova
authored andcommitted
MAGETWO-44929: [PHP7] Unit tests PHPReadinessCheck and Maintenance fail on bamboo
- debugging
1 parent fc0d477 commit a31dc87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/src/Magento/Setup/Controller/Maintenance.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function indexAction()
4242
$this->maintenanceMode->set($action);
4343
return new JsonModel(['responseType' => ResponseTypeInterface::RESPONSE_TYPE_SUCCESS]);
4444
} catch (\Exception $e) {
45+
var_dump($e);
4546
return new JsonModel(
4647
[
4748
'responseType' => ResponseTypeInterface::RESPONSE_TYPE_ERROR,

0 commit comments

Comments
 (0)