This repository was archived by the owner on Apr 25, 2023. It is now read-only.
File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ ci-analyze: prerequisites ci-phpunit ci-infection ci-phan ci-phpstan ci-psalm
59
59
60
60
ci-phpunit : ci-cs
61
61
$(SILENT ) $(PHPDBG ) $(PHPUNIT ) $(PHPUNIT_ARGS )
62
- cp build/logs/junit.xml build/logs/phpunit.junit.xml
63
62
64
63
ci-infection : ci-phpunit
65
64
$(SILENT ) $(PHP ) $(INFECTION ) $(INFECTION_ARGS )
@@ -93,8 +92,7 @@ test-prerequisites: prerequisites composer.lock
93
92
.PHONY : phpunit
94
93
phpunit : cs
95
94
$(SILENT ) $(PHP ) $(PHPUNIT ) $(PHPUNIT_ARGS ) --verbose
96
- cp build/logs/junit.xml build/logs/phpunit.junit.xml
97
- CI=true $(SILENT ) $(PHP ) $(INFECTION ) $(INFECTION_ARGS )
95
+ $(SILENT ) $(PHP ) $(INFECTION ) $(INFECTION_ARGS )
98
96
99
97
.PHONY : analyze
100
98
analyze : phan phpstan psalm
Original file line number Diff line number Diff line change 45
45
"friendsofphp/php-cs-fixer" : " ^2.14" ,
46
46
"gamez/psr-testlogger" : " ^3.0" ,
47
47
"illuminate/support" : " >=5.2" ,
48
- "infection/infection" : " >=0.10 " ,
48
+ "infection/infection" : " >=0.18 " ,
49
49
"laravel/framework" : " >=5.2" ,
50
50
"orchestra/testbench" : " >=3" ,
51
51
"phan/phan" : " ^1 <1.3 || >1.3.0" ,
Original file line number Diff line number Diff line change 5
5
"src"
6
6
]
7
7
},
8
- "logs": {
9
- "text": "infection-log.txt"
10
- },
11
8
"mutators": {
12
9
"@default": true,
13
10
"IdenticalEqual": false,
You can’t perform that action at this time.
0 commit comments