From 8c1c2c43bc0da6ffa8d45ea0f9d2ac83db959f8a Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Fri, 11 Oct 2019 09:12:47 +0200 Subject: [PATCH] fixed static checks command name --- docs/commands/mftf.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/commands/mftf.md b/docs/commands/mftf.md index 58be6501e..273e3567c 100644 --- a/docs/commands/mftf.md +++ b/docs/commands/mftf.md @@ -429,9 +429,9 @@ vendor/bin/mftf setup:env The example parameters are taken from the `etc/config/.env.example` file. -### `static:checks` +### `static-checks` -Runs all MFTF static:checks on the test codebase that MFTF is currently attached to. +Runs all MFTF static-checks on the test codebase that MFTF is currently attached to. #### Existing static checks @@ -440,7 +440,7 @@ Runs all MFTF static:checks on the test codebase that MFTF is currently attached #### Usage ```bash -vendor/bin/mftf static:checks +vendor/bin/mftf static-checks ``` ### `upgrade:tests`