Skip to content

Commit a2a0673

Browse files
committed
MQE-1161: Extended Tests With No Parents Are Skipped
- Updated message to be more explicit
1 parent 93fdf78 commit a2a0673

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
@@ -249,7 +249,7 @@ private function assembleAllTestPhp($testManifest, array $testsToIgnore)
249249
try {
250250
TestObjectHandler::getInstance()->getObject($test->getParentName());
251251
} catch (TestReferenceException $e) {
252-
print("{$test->getName()} will be skipped. Parent {$e->getMessage()} \n");
252+
print("{$test->getName()} will not be generated. Parent {$e->getMessage()} \n");
253253
continue;
254254
}
255255
}

0 commit comments

Comments
 (0)