From b328d66ee12778c63b0a7085b8299c0b9b4560de Mon Sep 17 00:00:00 2001 From: Kevin Kozan Date: Mon, 26 Aug 2019 09:44:14 -0500 Subject: [PATCH] MQE-1582: Enable Testers To Run Skipped Tests - Fix nullable type hinting --- .../FunctionalTestingFramework/Console/GenerateTestsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magento/FunctionalTestingFramework/Console/GenerateTestsCommand.php b/src/Magento/FunctionalTestingFramework/Console/GenerateTestsCommand.php index 581688615..ca9d6e3cc 100644 --- a/src/Magento/FunctionalTestingFramework/Console/GenerateTestsCommand.php +++ b/src/Magento/FunctionalTestingFramework/Console/GenerateTestsCommand.php @@ -123,7 +123,7 @@ protected function execute(InputInterface $input, OutputInterface $output) * @throws \Magento\FunctionalTestingFramework\Exceptions\XmlException */ private function createTestConfiguration( - string $json, + $json, array $tests, bool $force, string $debug,