Skip to content

Commit 794fd6d

Browse files
MC-35424: Added test framework classes into exclude list
1 parent cc7f549 commit 794fd6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/framework/Magento/TestFramework/Workaround/Cleanup/StaticProperties.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ class StaticProperties
4646
\Magento\TestFramework\Annotation\AppIsolation::class,
4747
\Magento\TestFramework\Workaround\Cleanup\StaticProperties::class,
4848
\Magento\Framework\Phrase::class,
49+
\Magento\TestFramework\Workaround\Override\Fixture\ResolverInterface::class,
50+
\Magento\TestFramework\Workaround\Override\ConfigInterface::class,
4951
];
5052

5153
private const CACHE_NAME = 'integration_test_static_properties';

0 commit comments

Comments
 (0)