mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-21 20:45:10 +00:00
add config for humbug - mutation test framework
This commit is contained in:
parent
a8af599cc1
commit
96df5f6d7e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/vendor/
|
||||
humbuglog.*
|
||||
|
11
humbug.json.dist
Normal file
11
humbug.json.dist
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"source": {
|
||||
"directories": [
|
||||
"src"
|
||||
]
|
||||
},
|
||||
"timeout": 10,
|
||||
"logs": {
|
||||
"text": "humbuglog.txt"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user