Skip to content

Commit 53dccc7

Browse files
committed
MC-31618: Move static config to files - PLUGIN_LIST
- Enable app isolation for 2 integration tests for them not to initialize global fixtures as it causes fatal errors with missed preferences;
1 parent 49be96f commit 53dccc7

File tree

3 files changed

+6
-131
lines changed

3 files changed

+6
-131
lines changed

dev/tests/integration/testsuite/Magento/Framework/Interception/PluginListGeneratorMultipleScopesTest.php

Lines changed: 0 additions & 131 deletions
This file was deleted.

dev/tests/integration/testsuite/Magento/Framework/ObjectManager/Factory/CompiledTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
use Magento\Framework\ObjectManager\TestAsset\InterfaceImplementation;
1515
use Magento\Framework\ObjectManager\TestAsset\TestAssetInterface;
1616

17+
/**
18+
* @magentoAppIsolation enabled
19+
*/
1720
class CompiledTest extends AbstractFactoryRuntimeDefinitionsTestCases
1821
{
1922
/**

dev/tests/integration/testsuite/Magento/Framework/ObjectManager/Factory/Dynamic/DeveloperTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use Magento\Framework\ObjectManager\TestAsset\InterfaceImplementation;
1616
use Magento\Framework\ObjectManager\TestAsset\TestAssetInterface;
1717

18+
/**
19+
* @magentoAppIsolation enabled
20+
*/
1821
class DeveloperTest extends AbstractFactoryRuntimeDefinitionsTestCases
1922
{
2023
/**

0 commit comments

Comments
 (0)