From 93e53993553b94d5cd5c908354b674fbdf4799a3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 14 Jan 2018 15:45:53 +0100 Subject: [PATCH] Backup unit test config for now --- Inspection/Php/phpunit_default.xml | 47 ++++++++++++++++++++++++++ Inspection/Php/phpunit_install.xml | 20 +++++++++++ Inspection/Php/phpunit_no_coverage.xml | 36 ++++++++++++++++++++ 3 files changed, 103 insertions(+) create mode 100644 Inspection/Php/phpunit_default.xml create mode 100644 Inspection/Php/phpunit_install.xml create mode 100644 Inspection/Php/phpunit_no_coverage.xml diff --git a/Inspection/Php/phpunit_default.xml b/Inspection/Php/phpunit_default.xml new file mode 100644 index 0000000..50b6edd --- /dev/null +++ b/Inspection/Php/phpunit_default.xml @@ -0,0 +1,47 @@ + + + + + Install* + + + phpOMS* + + + Modules* + + + Model* + + + + + ../../phpOMS/* + ../../Modules/* + ../../Model/* + ../../Install/* + + ../../* + ../../* + ../../Modules/**/Admin/Routes* + ../../Modules/**/Admin/Install* + ../../Modules/Media/Files* + + + + + + + + + + diff --git a/Inspection/Php/phpunit_install.xml b/Inspection/Php/phpunit_install.xml new file mode 100644 index 0000000..6d418a8 --- /dev/null +++ b/Inspection/Php/phpunit_install.xml @@ -0,0 +1,20 @@ + + + + + Install* + + + phpOMS* + + + Modules* + + + diff --git a/Inspection/Php/phpunit_no_coverage.xml b/Inspection/Php/phpunit_no_coverage.xml new file mode 100644 index 0000000..46fdaed --- /dev/null +++ b/Inspection/Php/phpunit_no_coverage.xml @@ -0,0 +1,36 @@ + + + + + Install* + + + phpOMS* + + + Modules* + + + Model* + + + + + ../../* + + ../../* + ../../Demo/* + ../../Tests/* + ../../vendor + + + +