migrate to pest php for testing
All checks were successful
/ ls (pull_request) Successful in 1m33s

This commit is contained in:
lubiana 2025-02-01 00:09:50 +01:00
parent 2273c91f2b
commit af9354ff22
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
20 changed files with 1687 additions and 570 deletions

View file

@ -27,21 +27,21 @@
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^4.0",
"lubiana/code-quality": "^1.7.2",
"phpunit/phpunit": "^9.6.20",
"pestphp/pest": "^3.6",
"symfony/browser-kit": "7.2.*",
"symfony/css-selector": "7.2.*",
"symfony/maker-bundle": "^1.60",
"symfony/phpunit-bridge": "7.2.*",
"symfony/stopwatch": "7.2.*",
"symfony/web-profiler-bundle": "7.2.*",
"symplify/config-transformer": "^12.3.4"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"pestphp/pest-plugin": true,
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"symfony/runtime": true
},
"sort-packages": true,
"platform": {
@ -85,7 +85,7 @@
"rector",
"ecs --fix || ecs --fix"
],
"test": "bin/phpunit"
"test": "pest"
},
"conflict": {
"symfony/symfony": "*"