Skip to content

Commit 26ef398

Browse files
committed
phpunit version bump for generator
`generator` doesn't need to be held back to 8.1 just because `generated` files are held back
1 parent 47a1689 commit 26ef398

File tree

4 files changed

+290
-347
lines changed

4 files changed

+290
-347
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
vendor/
77
/generator/tests/rector/composer.lock
88
.phpunit.result.cache
9+
.phpunit.cache

generator/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"symfony/finder": "^6"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^10",
18+
"phpunit/phpunit": "^12",
1919
"thecodingmachine/phpstan-strict-rules": "^1.0",
2020
"squizlabs/php_codesniffer": "^3.2",
2121
"php-coveralls/php-coveralls": "^2.1",
@@ -24,7 +24,7 @@
2424
},
2525
"scripts": {
2626
"lint": "parallel-lint config/ src/ tests/",
27-
"test": "phpunit",
27+
"test": "XDEBUG_MODE=coverage phpunit",
2828
"phpstan": "phpstan analyse",
2929
"cs-fix": "phpcbf",
3030
"cs-check": "phpcs"

0 commit comments

Comments
 (0)