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 89eb507 commit 0a7324cCopy full SHA for 0a7324c
src/Magento/FunctionalTestingFramework/Util/GenerationErrorHandler.php
@@ -164,7 +164,8 @@ public function printErrorSummary()
164
. strval($totalAnnotationErrors)
165
. ' '
166
. ucfirst($type)
167
- . "(s) has(have) tests with errors. See mftf.log for details."
+ . '(s) has(have) tests with annotation errors or some included tests missing.'
168
+ . ' See mftf.log for details.'
169
. PHP_EOL
170
);
171
}
0 commit comments