Skip to content

Commit 8f54cbb

Browse files
authored
Merge pull request #430 from magento/MQE-1582-Fix
MQE-1582: Enable Testers To Run Skipped Tests
2 parents fecaf5b + b328d66 commit 8f54cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/GenerateTestsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
123123
* @throws \Magento\FunctionalTestingFramework\Exceptions\XmlException
124124
*/
125125
private function createTestConfiguration(
126-
string $json,
126+
$json,
127127
array $tests,
128128
bool $force,
129129
string $debug,

0 commit comments

Comments
 (0)