From 2e571c83242765006900db2310d09932639a7f61 Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Fri, 1 May 2015 20:40:10 +0200 Subject: [PATCH] Updated PHPUnit and APIGen --- build.xml | 18 ++++++++++-------- phpunit.xml | 20 ++++++++++++++++++-- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/build.xml b/build.xml index 72f2712..ec08833 100644 --- a/build.xml +++ b/build.xml @@ -7,23 +7,25 @@ + - + - - + + - + - + \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index bc5ebc2..c0515ed 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,8 +1,24 @@ + bootstrap="load.php" + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + forceCoversAnnotation="false" + mapTestClassNameToCoveredClassName="false" + printerClass="PHPUnit_TextUI_ResultPrinter" + processIsolation="false" + stopOnError="false" + stopOnFailure="false" + stopOnIncomplete="false" + stopOnSkipped="false" + testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader" + timeoutForSmallTests="1" + timeoutForMediumTests="10" + timeoutForLargeTests="60" + verbose="true"> - + tests