From 96df5f6d7e27b7ee4674a5b6d5beaf6186737f77 Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Tue, 3 May 2016 12:35:57 +0200 Subject: [PATCH] add config for humbug - mutation test framework --- .gitignore | 1 + humbug.json.dist | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 humbug.json.dist diff --git a/.gitignore b/.gitignore index 57872d0..55f5b64 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vendor/ +humbuglog.* diff --git a/humbug.json.dist b/humbug.json.dist new file mode 100644 index 0000000..2535633 --- /dev/null +++ b/humbug.json.dist @@ -0,0 +1,11 @@ +{ + "source": { + "directories": [ + "src" + ] + }, + "timeout": 10, + "logs": { + "text": "humbuglog.txt" + } +}