Skip to content

Commit 0a7324c

Browse files
committed
MQE-2339: CHANGELOG.MD and version bump for 3.2.0
1 parent 89eb507 commit 0a7324c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/GenerationErrorHandler.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ public function printErrorSummary()
164164
. strval($totalAnnotationErrors)
165165
. ' '
166166
. ucfirst($type)
167-
. "(s) has(have) tests with errors. See mftf.log for details."
167+
. '(s) has(have) tests with annotation errors or some included tests missing.'
168+
. ' See mftf.log for details.'
168169
. PHP_EOL
169170
);
170171
}

0 commit comments

Comments
 (0)