Skip to content

Commit b328d66

Browse files
committed
MQE-1582: Enable Testers To Run Skipped Tests
- Fix nullable type hinting
1 parent fecaf5b commit b328d66

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)