mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: phpunit >10.0.19 support
This commit is contained in:
@ -23,11 +23,11 @@
|
|||||||
"nunomaduro/termwind": "^1.15.1",
|
"nunomaduro/termwind": "^1.15.1",
|
||||||
"pestphp/pest-plugin": "^2.0.1",
|
"pestphp/pest-plugin": "^2.0.1",
|
||||||
"pestphp/pest-plugin-arch": "^2.0.2",
|
"pestphp/pest-plugin-arch": "^2.0.2",
|
||||||
"phpunit/phpunit": "^10.0.18"
|
"phpunit/phpunit": "^10.0.19"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"webmozart/assert": "<1.11.0",
|
"webmozart/assert": "<1.11.0",
|
||||||
"phpunit/phpunit": ">10.0.18"
|
"phpunit/phpunit": ">10.0.19"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
@ -43,17 +43,17 @@
|
|||||||
--enforce-time-limit ................. Enforce time limit based on test size
|
--enforce-time-limit ................. Enforce time limit based on test size
|
||||||
--default-time-limit [sec] Timeout in seconds for tests that have no declared 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
|
--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-defect ... Stop after first error, failure, warning or, risky test
|
||||||
--stop-on-error ............................ Stop execution upon first error
|
--stop-on-error ..................................... Stop after first error
|
||||||
--stop-on-failure ............... Stop execution upon first error or failure
|
--stop-on-failure ................................. Stop after first failure
|
||||||
--stop-on-warning ........................ Stop execution upon first warning
|
--stop-on-warning ................................. Stop after first warning
|
||||||
--stop-on-risky ....................... Stop execution upon first risky test
|
--stop-on-risky ................................ Stop after first risky test
|
||||||
--stop-on-skipped ................... Stop execution upon first skipped test
|
--stop-on-skipped ............................ Stop after first skipped test
|
||||||
--stop-on-incomplete ............. Stop execution upon first incomplete test
|
--stop-on-incomplete ...................... Stop after first incomplete test
|
||||||
--fail-on-incomplete .................... Treat incomplete tests as failures
|
--fail-on-warning Signal failure using shell exit code when a warning was triggered
|
||||||
--fail-on-risky .............................. Treat risky tests as failures
|
--fail-on-risky Signal failure using shell exit code when a test was considered risky
|
||||||
--fail-on-skipped .......................... Treat skipped tests as failures
|
--fail-on-skipped Signal failure using shell exit code when a test was skipped
|
||||||
--fail-on-warning .................... Treat tests with warnings as failures
|
--fail-on-incomplete Signal failure using shell exit code when a test was marked incomplete
|
||||||
--cache-result ............................ Write test results to cache file
|
--cache-result ............................ Write test results to cache file
|
||||||
--do-not-cache-result .............. Do not 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
|
--order-by [order] Run tests in order: default|defects|depends|duration|no-depends|random|reverse|size
|
||||||
|
|||||||
Reference in New Issue
Block a user