diff --git a/test/PHPunit.xml b/test/phpunit.xml.dist similarity index 62% rename from test/PHPunit.xml rename to test/phpunit.xml.dist index ca32289e3..de2a6a30e 100644 --- a/test/PHPunit.xml +++ b/test/phpunit.xml.dist @@ -17,28 +17,28 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd" + backupGlobals="false" + backupStaticAttributes="false" + cacheTokens="false" + colors="true" + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + forceCoversAnnotation="false" + mapTestClassNameToCoveredClassName="false" + printerClass="\PHPUnit\TextUI\ResultPrinter" + processIsolation="true" + stopOnError="false" + stopOnFailure="false" + stopOnIncomplete="false" + stopOnSkipped="false" + stopOnRisky="false" + timeoutForSmallTests="1" + timeoutForMediumTests="10" + timeoutForLargeTests="60" + verbose="false"> diff --git a/test/unittestautoload.php b/test/unittestautoload.php index fa955c28e..1dbfed3b2 100644 --- a/test/unittestautoload.php +++ b/test/unittestautoload.php @@ -3,3 +3,5 @@ @include_once('ItopTestCase.php'); @include_once('ItopDataTestCase.php'); + +@include_once('./vendor/autoload.php'); \ No newline at end of file