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
477
477
vendor/bin/mftf static-checks deprecatedEntityUsage
478
478
```
479
479
480
+ ``` bash
481
+ vendor/bin/mftf static-checks annotations
482
+ ```
483
+
480
484
``` bash
481
485
vendor/bin/mftf static-checks deprecatedEntityUsage -p path/to/mftf/test/module
482
486
```
@@ -492,6 +496,7 @@ vendor/bin/mftf static-checks testDependencies actionGroupArguments
492
496
| ` testDependencies ` | Checks that test dependencies do not violate Magento module's composer dependencies.|
493
497
| ` actionGroupArguments ` | Checks that action groups do not have unused arguments.|
494
498
| ` 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.|
495
500
496
501
#### Defining ruleset
497
502
You can’t perform that action at this time.
0 commit comments