From 531982df3c78f259914bf035de442c8edc41063e Mon Sep 17 00:00:00 2001 From: Tom Zeller Date: Fri, 8 Mar 2019 11:17:50 -0600 Subject: [PATCH] Initial PHPUnit configuration file (CO-1716) --- app/phpunit.xml.dist | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 app/phpunit.xml.dist diff --git a/app/phpunit.xml.dist b/app/phpunit.xml.dist new file mode 100644 index 000000000..21c97db96 --- /dev/null +++ b/app/phpunit.xml.dist @@ -0,0 +1,41 @@ + + + + + + + + + + tests/TestCase/ + + tests/TestCase/Controller/PagesControllerTest.php + + + + + + + + + + + + + + + + src/ + plugins/*/src/ + + src/Console/Installer.php + + + +