From 271652c2b79182a3f8ed6435d473355b42ed9d38 Mon Sep 17 00:00:00 2001 From: alext Date: Thu, 29 Mar 2018 14:55:14 +0200 Subject: [PATCH] Path corrections in the phpunit.xml file. --- phpunit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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