From c6c0e8f2ff590fd5b23159d2f1de219dbb000505 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 7 Jun 2015 13:45:47 +0200 Subject: fix test running --- test/phpunit.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'test') diff --git a/test/phpunit.xml b/test/phpunit.xml index a2c020ff..a27b9c1d 100644 --- a/test/phpunit.xml +++ b/test/phpunit.xml @@ -1,11 +1,14 @@ - - - model - - + xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd" + bootstrap="../includes/engelsystem_provider.php" colors="true" + convertErrorsToExceptions="true" convertNoticesToExceptions="true" + convertWarningsToExceptions="true" forceCoversAnnotation="false"> + + + model + + + + + -- cgit v1.2.3-54-g00ecf