We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60e8c23 + 2c4d9b1 commit 9e50858Copy full SHA for 9e50858
dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php
@@ -414,6 +414,7 @@ public function testStrictTypes()
414
public function testPhpCompatibility()
415
{
416
$targetVersions = $this->getTargetPhpVersions();
417
+ $this->assertNotEmpty($targetVersions, 'No supported versions information in composer.json');
418
$reportFile = self::$reportDir . '/phpcompatibility_report.txt';
419
$rulesetDir = __DIR__ . '/_files/PHPCompatibilityMagento';
420
0 commit comments