File tree Expand file tree Collapse file tree 4 files changed +476
-231
lines changed
Expand file tree Collapse file tree 4 files changed +476
-231
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,7 @@ tc: bin/phpunit
8181INFECTION =vendor-bin/infection/vendor/bin/infection
8282tm : # # Runs Infection
8383tm : $(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
9087e2e : # # Runs all the end-to-end tests
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments