Skip to content

Commit 89eb507

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff 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

src/Magento/FunctionalTestingFramework/Util/GenerationErrorHandler.php

+1-1
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)