Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: phpunit >10.0.19 support
  • Loading branch information
nunomaduro committed Mar 28, 2023
1 parent bf14c42 commit 3d7e621
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -23,11 +23,11 @@
"nunomaduro/termwind": "^1.15.1",
"pestphp/pest-plugin": "^2.0.1",
"pestphp/pest-plugin-arch": "^2.0.2",
"phpunit/phpunit": "^10.0.18"
"phpunit/phpunit": "^10.0.19"
},
"conflict": {
"webmozart/assert": "<1.11.0",
"phpunit/phpunit": ">10.0.18"
"phpunit/phpunit": ">10.0.19"
},
"autoload": {
"psr-4": {
Expand Down
22 changes: 11 additions & 11 deletions tests/.snapshots/help-command.txt
Expand Up @@ -43,17 +43,17 @@
--enforce-time-limit ................. Enforce time limit based on test size
--default-time-limit [sec] Timeout in seconds for tests that have no declared size
--dont-report-useless-tests .. Do not report tests that do not test anything
--stop-on-defect ................. Stop execution upon first not-passed test
--stop-on-error ............................ Stop execution upon first error
--stop-on-failure ............... Stop execution upon first error or failure
--stop-on-warning ........................ Stop execution upon first warning
--stop-on-risky ....................... Stop execution upon first risky test
--stop-on-skipped ................... Stop execution upon first skipped test
--stop-on-incomplete ............. Stop execution upon first incomplete test
--fail-on-incomplete .................... Treat incomplete tests as failures
--fail-on-risky .............................. Treat risky tests as failures
--fail-on-skipped .......................... Treat skipped tests as failures
--fail-on-warning .................... Treat tests with warnings as failures
--stop-on-defect ... Stop after first error, failure, warning or, risky test
--stop-on-error ..................................... Stop after first error
--stop-on-failure ................................. Stop after first failure
--stop-on-warning ................................. Stop after first warning
--stop-on-risky ................................ Stop after first risky test
--stop-on-skipped ............................ Stop after first skipped test
--stop-on-incomplete ...................... Stop after first incomplete test
--fail-on-warning Signal failure using shell exit code when a warning was triggered
--fail-on-risky Signal failure using shell exit code when a test was considered risky
--fail-on-skipped Signal failure using shell exit code when a test was skipped
--fail-on-incomplete Signal failure using shell exit code when a test was marked incomplete
--cache-result ............................ Write test results to cache file
--do-not-cache-result .............. Do not write test results to cache file
--order-by [order] Run tests in order: default|defects|depends|duration|no-depends|random|reverse|size
Expand Down

0 comments on commit 3d7e621

Please sign in to comment.