Skip to content

Commit fc0d477

Browse files
mazhalaiOlga Kopylova
authored andcommitted
MAGETWO-44929: [PHP7] Unit tests PHPReadinessCheck and Maintenance fail on bamboo
- removing skipped test annotation
1 parent 258c6cd commit fc0d477

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup/src/Magento/Setup/Test/Unit/Controller/MaintenanceTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ class MaintenanceTest extends \PHPUnit_Framework_TestCase
2626

2727
public function setUp()
2828
{
29-
if (version_compare(PHP_VERSION, '7.0', '>=')) {
30-
$this->markTestSkipped('Skipped for PHP 7');
31-
}
3229
$this->maintenanceMode = $this->getMock('Magento\Framework\App\MaintenanceMode', [], [], '', false);
3330
$this->controller = new Maintenance($this->maintenanceMode);
3431
}

0 commit comments

Comments
 (0)