File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -477,6 +477,10 @@ vendor/bin/mftf static-checks actionGroupArguments
477477vendor/bin/mftf static-checks deprecatedEntityUsage
478478```
479479
480+ ``` bash
481+ vendor/bin/mftf static-checks annotations
482+ ```
483+
480484``` bash
481485vendor/bin/mftf static-checks deprecatedEntityUsage -p path/to/mftf/test/module
482486```
@@ -492,6 +496,7 @@ vendor/bin/mftf static-checks testDependencies actionGroupArguments
492496| ` testDependencies ` | Checks that test dependencies do not violate Magento module's composer dependencies.|
493497| ` actionGroupArguments ` | Checks that action groups do not have unused arguments.|
494498| ` deprecatedEntityUsage ` | Checks that deprecated test entities are not being referenced.|
499+ | ` annotations ` | Checks various details of test annotations, such as missing annotations or duplicate annotations.|
495500
496501#### Defining ruleset
497502
You can’t perform that action at this time.
0 commit comments