File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/Util Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Magento Functional Testing Framework Changelog
1111 Addressed github issue [ #276 ] ( https://github.com/magento/magento2-functional-testing-framework/issues/276 ) .
1212
1313* Maintainability
14- * Enhanced annotation static-check to include all required annotations.
14+ * Updated annotation static-check to check all required annotations.
1515
1616### Fixes
1717
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ public function printErrorSummary()
164164 . strval ($ totalAnnotationErrors )
165165 . ' '
166166 . ucfirst ($ type )
167- . "(s) has(have) tests with annotation errors. See mftf.log for details. "
167+ . "(s) has(have) tests with errors. See mftf.log for details. "
168168 . PHP_EOL
169169 );
170170 }
You can’t perform that action at this time.
0 commit comments