We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995016a commit aea7e8dCopy full SHA for aea7e8d
src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php
@@ -87,7 +87,7 @@ protected function getTestAndSuiteConfiguration(array $tests)
87
$suiteToTestPair = [];
88
89
foreach($tests as $test) {
90
- if (strpos($test, ':') !== null) {
+ if (strpos($test, ':') !== false) {
91
$suiteToTestPair[] = $test;
92
continue;
93
}
0 commit comments