Skip to content

Commit f353afe

Browse files
committed
MQE-1703: Implicit Suite Generation for Tests
fixing bug with test generation
1 parent da509f2 commit f353afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ protected function removeGeneratedDirectory(OutputInterface $output, bool $verbo
7878

7979
protected function getTestAndSuiteConfiguration(array $tests)
8080
{
81-
$testConfiguration['tests'] = [];
82-
$testConfiguration['suites'] = [];
81+
$testConfiguration['tests'] = null;
82+
$testConfiguration['suites'] = null;
8383
$testsReferencedInSuites = SuiteObjectHandler::getInstance()->getAllTestReferences();
8484
$resolvedTests = [];
8585

0 commit comments

Comments
 (0)