Skip to content

Commit d8fdaaf

Browse files
authored
Merge pull request #162 from magento-gl/MQE-2668
MQE-2668: Some MFTF tests fail without access to S3
2 parents 744244d + c50ebe8 commit d8fdaaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ public function createAllTestFiles($testManifest = null, $testsToIgnore = null)
258258
*/
259259
public function assembleTestPhp($testObject)
260260
{
261+
$this->customHelpers = [];
261262
$usePhp = $this->generateUseStatementsPhp();
262263

263264
$className = $testObject->getCodeceptionName();

0 commit comments

Comments
 (0)