diff --git a/src/TextUI/Help.php b/src/TextUI/Help.php index 9c622cee81e..b2a5c6d9f51 100644 --- a/src/TextUI/Help.php +++ b/src/TextUI/Help.php @@ -97,6 +97,7 @@ final class Help ['arg' => '--testdox', 'desc' => 'Report test execution progress in TestDox format'], ['arg' => '--testdox-group', 'desc' => 'Only include tests from the specified group(s)'], ['arg' => '--testdox-exclude-group', 'desc' => 'Exclude tests from the specified group(s)'], + ['arg' => '--no-interaction', 'desc' => 'Disable TestDox progress animation'], ['arg' => '--printer ', 'desc' => 'TestListener implementation to use'], ['spacer' => ''], diff --git a/tests/end-to-end/cli/_files/output-cli-help-color.txt b/tests/end-to-end/cli/_files/output-cli-help-color.txt index 87d908566af..4d3b2d3629e 100644 --- a/tests/end-to-end/cli/_files/output-cli-help-color.txt +++ b/tests/end-to-end/cli/_files/output-cli-help-color.txt @@ -96,6 +96,7 @@ --testdox-group  Only include tests from the specified group(s) --testdox-exclude-group  Exclude tests from the specified group(s) + --no-interaction  Disable TestDox progress animation --printer   TestListener implementation to use --order-by=  Run tests in order: diff --git a/tests/end-to-end/cli/_files/output-cli-usage.txt b/tests/end-to-end/cli/_files/output-cli-usage.txt index de9d21d6e87..da9609a8b2d 100644 --- a/tests/end-to-end/cli/_files/output-cli-usage.txt +++ b/tests/end-to-end/cli/_files/output-cli-usage.txt @@ -75,6 +75,7 @@ Test Execution Options: --testdox Report test execution progress in TestDox format --testdox-group Only include tests from the specified group(s) --testdox-exclude-group Exclude tests from the specified group(s) + --no-interaction Disable TestDox progress animation --printer TestListener implementation to use --order-by= Run tests in order: default|defects|duration|no-depends|random|reverse|size