Skip to content

Commit c345176

Browse files
author
Maksym Savich
committed
Implemented MAGETWO-31127: Magento Version Tag
- fixes after bamboo tests
1 parent 502adac commit c345176

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ class ProductMetadataTest extends \PHPUnit_Framework_TestCase
1212
*/
1313
protected $productMetadata;
1414

15-
/**
16-
* @var array
17-
*/
18-
protected $productEdition = array('Community', 'Enterprise');
19-
2015
protected function setUp()
2116
{
2217
$this->productMetadata = new ProductMetadata();
@@ -35,6 +30,5 @@ public function testGetEdition()
3530
{
3631
$productEdition = $this->productMetadata->getEdition();
3732
$this->assertNotEmpty($productEdition, 'Empty product edition');
38-
$this->assertContains($productEdition, $this->productEdition, 'Invalid product edition');
3933
}
4034
}

0 commit comments

Comments
 (0)