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 6b12ed0 commit 73b6a91Copy full SHA for 73b6a91
dev/tests/unit/Util/MagentoTestCase.php
@@ -19,6 +19,8 @@ public static function setUpBeforeClass(): void
19
if (!self::fileExists(DOCS_OUTPUT_DIR)) {
20
mkdir(DOCS_OUTPUT_DIR, 0755, true);
21
}
22
+ // Should be used to clean AspectMock mocking before using PHPUnit mocking and Reflection.
23
+ AspectMock::clean();
24
parent::setUpBeforeClass();
25
26
0 commit comments