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.
1 parent cc7f549 commit 794fd6dCopy full SHA for 794fd6d
dev/tests/integration/framework/Magento/TestFramework/Workaround/Cleanup/StaticProperties.php
@@ -46,6 +46,8 @@ class StaticProperties
46
\Magento\TestFramework\Annotation\AppIsolation::class,
47
\Magento\TestFramework\Workaround\Cleanup\StaticProperties::class,
48
\Magento\Framework\Phrase::class,
49
+ \Magento\TestFramework\Workaround\Override\Fixture\ResolverInterface::class,
50
+ \Magento\TestFramework\Workaround\Override\ConfigInterface::class,
51
];
52
53
private const CACHE_NAME = 'integration_test_static_properties';
0 commit comments