From f25d0756e9cb657a8e55ac92fa465d7c25630207 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 16 Feb 2020 18:34:34 +0000 Subject: [PATCH] Add phpunit.xml --- web/core/phpunit.xml | 71 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 web/core/phpunit.xml diff --git a/web/core/phpunit.xml b/web/core/phpunit.xml new file mode 100644 index 0000000..ca0d9be --- /dev/null +++ b/web/core/phpunit.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + ./tests/TestSuites/UnitTestSuite.php + + + ./tests/TestSuites/KernelTestSuite.php + + + ./tests/TestSuites/FunctionalTestSuite.php + + + ./tests/TestSuites/FunctionalJavascriptTestSuite.php + + + ./tests/TestSuites/BuildTestSuite.php + + + + + + + + + + + + + ./includes + ./lib + + ./modules + + ./modules/*/src/Tests + ./modules/*/tests + + ../modules + + ../modules/*/src/Tests + ../modules/*/tests + ../modules/*/*/src/Tests + ../modules/*/*/tests + + ../sites + + +