diff --git a/app/phpunit.xml.dist b/app/phpunit.xml.dist index 1e31086ded..cbdb4cabb4 100644 --- a/app/phpunit.xml.dist +++ b/app/phpunit.xml.dist @@ -11,7 +11,7 @@ processIsolation = "false" stopOnFailure = "false" syntaxCheck = "false" - bootstrap = "bootstrap.php.cache" > + bootstrap = "tests.bootstrap.php" > @@ -26,6 +26,12 @@ --> + + ../src diff --git a/app/tests.bootstrap.php b/app/tests.bootstrap.php new file mode 100644 index 0000000000..dc0d918f5a --- /dev/null +++ b/app/tests.bootstrap.php @@ -0,0 +1,7 @@ +