Skip to content

Commit 2a0ec6c

Browse files
committed
MQE-801: Tweak to fix static check failure
1 parent 237913d commit 2a0ec6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function getExportDir()
9797
*/
9898
private function loadAllTestObjects()
9999
{
100-
if ($this->tests === null|| empty($this->tests)) {
100+
if ($this->tests === null || empty($this->tests)) {
101101
return TestObjectHandler::getInstance()->getAllObjects();
102102
}
103103

0 commit comments

Comments
 (0)