From 112aded810ae1c729aa2347a3cbc3e4f509473ef Mon Sep 17 00:00:00 2001 From: Anton Fedurtsya Date: Thu, 9 Nov 2017 16:48:24 +0200 Subject: [PATCH] OXDEV-338 Add phpunit config for possibility to generate coverage --- tests/phpunit.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/phpunit.xml diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 0000000..a9b2bc2 --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,30 @@ + + + + ../ + + ../tests + ../translations + ../views + ../metadata.php + + + + \ No newline at end of file