File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
vendor /
2
2
composer.lock
3
3
phpunit.xml
4
- humbug.json
5
- humbuglog.json
6
- humbuglog.txt
4
+ infection.json
5
+ infection-log.txt
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ before_script:
14
14
15
15
script :
16
16
- vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml --colors
17
- - vendor/bin/humbug
17
+ - vendor/bin/infection --log-verbosity=none --threads=4
18
18
19
19
after_script :
20
20
- wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover clover.xml
Original file line number Diff line number Diff line change 11
11
"cache/integration-tests" : " dev-master#ff86c07073a5d6b7a7fe9019dd4f6d8fdaaca5ea" ,
12
12
"cache/tag-interop" : " ^1.0@dev" ,
13
13
"phpunit/phpunit" : " ^6.5" ,
14
- "humbug/humbug" : " ~1.0@dev"
14
+ "infection/infection" : " ^0.9.2" ,
15
+ "symfony/console" : " ^3.4"
15
16
},
16
17
"license" : " MIT" ,
17
18
"authors" : [
Original file line number Diff line number Diff line change 6
6
},
7
7
"timeout": 10,
8
8
"logs": {
9
- "text": "humbuglog.txt",
10
- "json": "humbuglog.json"
9
+ "text": "infection-log.txt"
11
10
}
12
11
}
You can’t perform that action at this time.
0 commit comments