diff --git a/core/.gitignore b/core/.gitignore index 6b71af77a2..9117779d38 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -5,7 +5,7 @@ yarn-error.log # Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist. phpcs.xml -phpunit.xml +#phpunit.xml # Ignore package-lock.json that is automatically created when adding # dependencies by users of NPMv5. diff --git a/core/phpunit.xml b/core/phpunit.xml new file mode 100644 index 0000000000..4e7fa334dd --- /dev/null +++ b/core/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 + + + ./ + ./ + + + +