Skip to content

Commit 258c6cd

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup/src/Magento/Setup/Test/Unit/Model/PhpReadinessCheckTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ class PhpReadinessCheckTest extends \PHPUnit_Framework_TestCase
3232

3333
public function setUp()
3434
{
35-
if (version_compare(PHP_VERSION, '7.0', '>=')) {
36-
$this->markTestSkipped('Skipped for PHP 7');
37-
}
3835
$this->composerInfo = $this->getMock('Magento\Framework\Composer\ComposerInformation', [], [], '', false);
3936
$this->phpInfo = $this->getMock('Magento\Setup\Model\PhpInformation', [], [], '', false);
4037
$this->versionParser = $this->getMock('Composer\Package\Version\VersionParser', [], [], '', false);

0 commit comments

Comments
 (0)