Skip to content

Commit fea226d

Browse files
chore: solve PHPUnit 10 deprecations (#918)
* Bump PHPUnit dependencies * Adopt PHP attributes in test classes * Declare data providers as `static` * Add return types to test methods * Define test classes as `final` * chore: make static dataproviders work * chore: attempt to make tests pass on prefer-lowest * chore: camel case variables --------- Co-authored-by: Shift <shift@laravelshift.com>
1 parent ff6bcf8 commit fea226d

File tree

2 files changed

+198
-201
lines changed

2 files changed

+198
-201
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"orchestra/testbench-browser-kit": "^8.5|^9.0",
24-
"phpunit/phpunit": "^9.5.10|^10.0"
24+
"phpunit/phpunit": "^10.1"
2525
},
2626
"suggest": {
2727
"ext-intl": "*"

0 commit comments

Comments
 (0)