Skip to content
Snippets Groups Projects
Commit af36a53c 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
parent 42da50dc
No related branches found
No related tags found
8 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards,!122Issue #3187730: Document that run-tests.sh arguments --class and --file must be last,!16Draft: Resolve #2081585 "History storage"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment