From 162c1ca980b7345afc6d10d9b9ef49e72a61f708 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Wed, 22 Aug 2018 13:24:07 -0500 Subject: [PATCH] Add the proper configuration to run the tests --- phpunit.xml | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 phpunit.xml diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..1f98f7f --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + ./tests/TestSuites/UnitTestSuite.php + + + ./tests/TestSuites/KernelTestSuite.php + + + ./tests/TestSuites/FunctionalTestSuite.php + + + ./tests/TestSuites/FunctionalJavascriptTestSuite.php + + + + + + + + + + + + + ./includes + ./lib + ./modules + ../modules + ../sites + + + ./ + ./ + + + +