From 8126cadd5e3f43d7f0885019897c60333b0af404 Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 6 Nov 2017 01:08:08 +0000 Subject: [PATCH] Add phpunit config for code coverage generation --- phpunit.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 phpunit.xml diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..6426cab --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,24 @@ + + + + + + + + ./ + + ./Resources + ./tests + ./vendor + ./pakefile.php + + + + + + + ./tests + + + + \ No newline at end of file -- 2.43.0