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 237913d commit 2a0ec6cCopy full SHA for 2a0ec6c
src/Magento/FunctionalTestingFramework/Util/TestGenerator.php
@@ -97,7 +97,7 @@ public function getExportDir()
97
*/
98
private function loadAllTestObjects()
99
{
100
- if ($this->tests === null|| empty($this->tests)) {
+ if ($this->tests === null || empty($this->tests)) {
101
return TestObjectHandler::getInstance()->getAllObjects();
102
}
103
0 commit comments