File tree 2 files changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/Util
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
11
11
Addressed github issue [ #276 ] ( https://github.com/magento/magento2-functional-testing-framework/issues/276 ) .
12
12
13
13
* Maintainability
14
- * Enhanced annotation static-check to include all required annotations.
14
+ * Updated annotation static-check to check all required annotations.
15
15
16
16
### Fixes
17
17
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ public function printErrorSummary()
164
164
. strval ($ totalAnnotationErrors )
165
165
. ' '
166
166
. 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. "
168
168
. PHP_EOL
169
169
);
170
170
}
You can’t perform that action at this time.
0 commit comments