Skip to content

Commit 5bf4191

Browse files
author
Maksym Savich
committed
Implemented MAGETWO-31127: Magento Version Tag
- fixes after failed bamboo tests
1 parent 3ebd49e commit 5bf4191

File tree

2 files changed

+50
-49
lines changed

2 files changed

+50
-49
lines changed

composer.lock

Lines changed: 49 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/unit/testsuite/Magento/Framework/App/ProductMetadataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function testGetVersion()
2525
$productVersion = $this->productMetadata->getVersion();
2626
$this->assertNotEmpty($productVersion, 'Empty product version');
2727
preg_match('/^([0-9\.]+)/', $productVersion, $matches);
28-
$this->assertArrayHasKey(1,$matches, 'Invalid product version');
28+
$this->assertArrayHasKey(1, $matches, 'Invalid product version');
2929
$this->assertNotEmpty($matches, 'Empty product version');
3030
}
3131

0 commit comments

Comments
 (0)