feat: kernel dump

This commit is contained in:
Nuno Maduro
2023-02-18 14:39:44 +00:00
parent d0e949bf19
commit 7fc12613a8
10 changed files with 201 additions and 24 deletions

View File

@ -15,8 +15,8 @@
--migrate-configuration ....... Migrate configuration file to current format
SELECTION OPTIONS:
--list-suites ................................... List available test suites
--testsuite <name> ............... Only run tests from the specified test suite(s)
--todos ........................ Output to standard output the list of todos
--retry Run non-passing tests first and stop execution upon first error or failure
--exclude-testsuite <name> ........ Exclude tests from the specified test suite(s)
--list-groups ................................... List available test groups
--group <name> ........................ Only run tests from the specified group(s)
@ -95,9 +95,6 @@
--disable-coverage-ignore Disable attributes and annotations for ignoring code coverage
--no-coverage ........................... Ignore code coverage configuration
MISCELLANEOUS OPTIONS:
-h|--help .................................... Prints this usage information
--version ..................................... Prints the version and exits
--atleast-version <min> ....... Checks that version is greater than min and exits
--check-version ................ Check whether PHPUnit is the latest version
PROFILING OPTIONS:
--profile .............. Output to standard output the top ten slowest tests