Skip to content

Commit 8e887da

Browse files
committed
MAGETWO-62387: Travis Build Fail - 2.2.0
2 parents c429316 + e6f24bc commit 8e887da

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dev/tests/integration/framework/Magento/TestFramework/Bootstrap/DocBlock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function registerAnnotations(\Magento\TestFramework\Application $applicat
4040
*
4141
* Note: order of registering (and applying) annotations is important.
4242
* To allow config fixtures to deal with fixture stores, data fixtures should be processed first.
43+
* ConfigFixture applied twice because data fixtures could clean config and clean custom settings
4344
*
4445
* @param \Magento\TestFramework\Application $application
4546
* @return array
@@ -68,6 +69,7 @@ protected function _getSubscribers(\Magento\TestFramework\Application $applicati
6869
new \Magento\TestFramework\Annotation\AppArea($application),
6970
new \Magento\TestFramework\Annotation\Cache($application),
7071
new \Magento\TestFramework\Annotation\AdminConfigFixture(),
72+
new \Magento\TestFramework\Annotation\ConfigFixture(),
7173
];
7274
}
7375
}

dev/tests/integration/framework/Magento/TestFramework/ObjectManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class ObjectManager extends \Magento\Framework\App\ObjectManager
2424
* @var array
2525
*/
2626
protected $persistedInstances = [
27-
\Magento\TestFramework\App\Config::class,
28-
\Magento\Framework\App\Config\ScopeConfigInterface::class,
2927
\Magento\Framework\App\ResourceConnection::class,
3028
\Magento\Framework\Config\Scope::class,
3129
\Magento\Framework\ObjectManager\RelationsInterface::class,

dev/tests/integration/testsuite/Magento/Catalog/Helper/DataTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ public function testGetPageTemplateProcessor()
248248
* @magentoDataFixture Magento/Customer/_files/customer.php
249249
* @magentoDataFixture Magento/Customer/_files/customer_address.php
250250
* @magentoDbIsolation enabled
251+
* @magentoAppIsolation enabled
251252
* @dataProvider getTaxPriceDataProvider
252253
*/
253254
public function testGetTaxPrice(

0 commit comments

Comments
 (0)