Skip to content

Commit 22742ae

Browse files
author
smoench
committed
update phpunit to be php8 compatible
1 parent d4fe522 commit 22742ae

File tree

4 files changed

+476
-231
lines changed

4 files changed

+476
-231
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ tc: bin/phpunit
8181
INFECTION=vendor-bin/infection/vendor/bin/infection
8282
tm: ## Runs Infection
8383
tm: $(TU_BOX_DEPS) $(INFECTION)
84-
cd vendor-bin/infection && \
85-
$(PHPNOGC) vendor/bin/infection \
86-
--only-covered \
87-
--configuration=../../infection.json.dist
84+
cd vendor-bin/infection && $(PHPNOGC) vendor/bin/infection --only-covered
8885

8986
.PHONY: e2e
9087
e2e: ## Runs all the end-to-end tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"require-dev": {
6969
"bamarni/composer-bin-plugin": "^1.3",
7070
"mikey179/vfsstream": "^1.6",
71-
"phpunit/phpunit": "^8.1",
71+
"phpunit/phpunit": "9.2.*",
7272
"symfony/phpunit-bridge": "^4.2 || ^5.0"
7373
},
7474
"suggest": {

0 commit comments

Comments
 (0)