Unverified Commit 1965d480 authored by Liam Morland's avatar Liam Morland Committed by Alex Pott
Browse files

Issue #3187730 by Liam Morland: Document that run-tests.sh arguments --class...

Issue #3187730 by Liam Morland: Document that run-tests.sh arguments --class and --file must be last

(cherry picked from commit af36a53c)
parent f579428b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -276,11 +276,13 @@ function simpletest_script_help() {

  --class     Run tests identified by specific class names, instead of group names.
              A specific test method can be added, for example,
              'Drupal\book\Tests\BookTest::testBookExport'.
              'Drupal\book\Tests\BookTest::testBookExport'. This argument must
              be last on the command line.

  --file      Run tests identified by specific file names, instead of group names.
              Specify the path and the extension
              (i.e. 'core/modules/user/user.test').
              (i.e. 'core/modules/user/user.test'). This argument must be last
              on the command line.

  --types