From: gggeek Date: Mon, 6 Nov 2017 01:08:08 +0000 (+0000) Subject: Add phpunit config for code coverage generation X-Git-Tag: 4.3.0~1 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=8126cadd5e3f43d7f0885019897c60333b0af404 Add phpunit config for code coverage generation --- 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