diff --git a/phpunit.xml b/phpunit.xml index f41a8690..07bfd98e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -3,7 +3,7 @@ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd" backupGlobals="true" backupStaticAttributes="false" - bootstrap="bootstrap.php" + bootstrap="test/php/bootstrap.php" cacheTokens="false" colors="false" convertErrorsToExceptions="true" @@ -25,7 +25,7 @@ verbose="false"> - ../src/engine + src/engine