Skip to content

Commit 04c1eae

Browse files
Ashish.Kumar18Ashish.Kumar18
authored andcommitted
ACQE-2580: new changes
1 parent e837b49 commit 04c1eae

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
@@ -260,7 +260,7 @@ public function createAllTestFiles($testManifest = null, $testsToIgnore = null)
260260
public function assembleTestPhp($testObject)
261261
{
262262
// Throw exception if duplicate arguments found in helper or actionGroup
263-
if (null !== $testObject->getFilename()) {
263+
if (!empty($testObject->getFilename())) {
264264
$fileToArr = file($testObject->getFilename());
265265
$argArr = [];
266266
foreach ($fileToArr as $key => $fileVal) {

0 commit comments

Comments
 (0)