Skip to content

Commit 19f74ad

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

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
@@ -37,6 +37,7 @@ public function __construct(MaintenanceMode $maintenanceMode)
3737
public function indexAction()
3838
{
3939
try {
40+
echo $this->getRequest()->getContent();
4041
$params = Json::decode($this->getRequest()->getContent(), Json::TYPE_ARRAY);
4142
$action = isset($params['disable']) && $params['disable'] ? false : true;
4243
$this->maintenanceMode->set($action);

0 commit comments

Comments
 (0)