mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-27 08:18:24 +03:00
Updated to infection 0.26
This commit is contained in:
parent
8cfb14198b
commit
154431e86c
4 changed files with 6 additions and 3 deletions
|
@ -65,7 +65,7 @@
|
||||||
"devster/ubench": "^2.1",
|
"devster/ubench": "^2.1",
|
||||||
"dms/phpunit-arraysubset-asserts": "^0.3.0",
|
"dms/phpunit-arraysubset-asserts": "^0.3.0",
|
||||||
"eaglewu/swoole-ide-helper": "dev-master",
|
"eaglewu/swoole-ide-helper": "dev-master",
|
||||||
"infection/infection": "^0.25.4",
|
"infection/infection": "^0.26",
|
||||||
"phpspec/prophecy-phpunit": "^2.0",
|
"phpspec/prophecy-phpunit": "^2.0",
|
||||||
"phpstan/phpstan": "^1.2",
|
"phpstan/phpstan": "^1.2",
|
||||||
"phpstan/phpstan-doctrine": "^1.0",
|
"phpstan/phpstan-doctrine": "^1.0",
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"timeout": 5,
|
"timeout": 5,
|
||||||
"logs": {
|
"logs": {
|
||||||
"text": "build/infection-api/infection-log.txt",
|
"text": "build/infection-api/infection-log.txt",
|
||||||
|
"html": "build/infection-api/infection-log.html",
|
||||||
"summary": "build/infection-api/summary-log.txt",
|
"summary": "build/infection-api/summary-log.txt",
|
||||||
"debug": "build/infection-api/debug-log.txt"
|
"debug": "build/infection-api/debug-log.txt"
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"timeout": 5,
|
"timeout": 5,
|
||||||
"logs": {
|
"logs": {
|
||||||
"text": "build/infection-db/infection-log.txt",
|
"text": "build/infection-db/infection-log.txt",
|
||||||
|
"html": "build/infection-db/infection-log.html",
|
||||||
"summary": "build/infection-db/summary-log.txt",
|
"summary": "build/infection-db/summary-log.txt",
|
||||||
"debug": "build/infection-db/debug-log.txt"
|
"debug": "build/infection-db/debug-log.txt"
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,10 +7,11 @@
|
||||||
"timeout": 5,
|
"timeout": 5,
|
||||||
"logs": {
|
"logs": {
|
||||||
"text": "build/infection-unit/infection-log.txt",
|
"text": "build/infection-unit/infection-log.txt",
|
||||||
|
"html": "build/infection-unit/infection-log.html",
|
||||||
"summary": "build/infection-unit/summary-log.txt",
|
"summary": "build/infection-unit/summary-log.txt",
|
||||||
"debug": "build/infection-unit/debug-log.txt",
|
"debug": "build/infection-unit/debug-log.txt",
|
||||||
"badge": {
|
"stryker": {
|
||||||
"branch": "develop"
|
"badge": "develop"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tmpDir": "build/infection-unit/temp",
|
"tmpDir": "build/infection-unit/temp",
|
||||||
|
|
Loading…
Reference in a new issue