summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-06-20 16:50:21 +0200
committermsquare <msquare@notrademark.de>2017-06-20 16:50:21 +0200
commit56814fa2fdf58b4013f4d57c5ea87619c7122957 (patch)
tree640945769b7e9626cdf43162c786147f5c962029 /phpunit.xml
parenta5fc5bd0979e8de1fce8a8addd351a6e7bd6aeb8 (diff)
parentcd30017b97afc3c7001fbb9eb14b54dbb980b7b6 (diff)
Merge branch 'pr/316' into feature-igel-rewrite
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml44
1 files changed, 22 insertions, 22 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 5b6d97a1..29bfdba5 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,24 +1,24 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
- backupGlobals="false"
- bootstrap="./includes/engelsystem_provider.php"
- colors="true"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- processIsolation="false">
- <testsuites>
- <testsuite name="Models">
- <directory>./test/model/</directory>
- </testsuite>
- </testsuites>
- <filter>
- <whitelist>
- <directory>./include/</directory>
- <directory>./public/</directory>
- </whitelist>
- </filter>
- <php>
- <const name="PHPUNIT_TESTSUITE" value="true" />
- </php>
+ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
+ backupGlobals="false"
+ bootstrap="./includes/engelsystem_provider.php"
+ colors="true"
+ convertErrorsToExceptions="true"
+ convertNoticesToExceptions="true"
+ convertWarningsToExceptions="true"
+ processIsolation="false">
+ <testsuites>
+ <testsuite name="Models">
+ <directory>./test/model/</directory>
+ </testsuite>
+ </testsuites>
+ <filter>
+ <whitelist>
+ <directory>./include/</directory>
+ <directory>./public/</directory>
+ </whitelist>
+ </filter>
+ <php>
+ <const name="PHPUNIT_TESTSUITE" value="true"/>
+ </php>
</phpunit>