summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFelix Favre <gnomus@gnomus.de>2015-06-07 15:06:24 +0200
committerFelix Favre <gnomus@gnomus.de>2015-06-07 15:06:24 +0200
commitc88b1adcfe6a3affd17158db3d26789cc3103864 (patch)
treea4751d1c484855aacce4fee6506ea8cd8272fca1 /test
parentdc2c986522cad1878ab6a58a3c134501c72204cc (diff)
parentc6c0e8f2ff590fd5b23159d2f1de219dbb000505 (diff)
Merge branch 'master' of github.com:engelsystem/engelsystem
Diffstat (limited to 'test')
-rw-r--r--test/phpunit.xml21
1 files changed, 12 insertions, 9 deletions
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 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- 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">
- <testsuites>
- <testsuite name="Models">
- <directory>model</directory>
- </testsuite>
- </testsuites>
+ 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">
+ <testsuites>
+ <testsuite name="Models">
+ <directory>model</directory>
+ </testsuite>
+ </testsuites>
+ <php>
+ <const name="PHPUNIT_TESTSUITE" value="true" />
+ </php>
</phpunit>