Skip to content

Commit

Permalink
upgade phpunit to 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Dec 12, 2023
1 parent 01d5119 commit 64ae5e3
Show file tree
Hide file tree
Showing 7 changed files with 267 additions and 315 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vendor/
coverage/
phpunit.xml
.phpunit.result.cache
.phpunit.cache
.phpcs-cache
phpstan.neon
infection.log
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ psalm-baseline: vendor

.PHONY: phpunit
phpunit: vendor ## run phpunit tests
vendor/bin/phpunit --colors=always -v
XDEBUG_MODE=coverage vendor/bin/phpunit

.PHONY: infection
infection: vendor ## run infection
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"phpbench/phpbench": "^1.2.8",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpstan/phpstan": "^1.9.14",
"phpunit/phpunit": "^9.5.28",
"phpunit/phpunit": "^10.5.2",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.32.0",
"symfony/messenger": "^4.4.34|^5.4.0|^6.0.1",
Expand Down
Loading

0 comments on commit 64ae5e3

Please sign in to comment.