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 888d7cd commit ef4f9eaCopy full SHA for ef4f9ea
dev/tests/unit/Util/MagentoTestCase.php
@@ -19,6 +19,9 @@ 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
parent::setUpBeforeClass();
26
27
0 commit comments