summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/minify/phpunit.xml')
-rw-r--r--admin/survey/minify/phpunit.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/survey/minify/phpunit.xml b/admin/survey/minify/phpunit.xml
index 285c66f..5a96b1e 100644
--- a/admin/survey/minify/phpunit.xml
+++ b/admin/survey/minify/phpunit.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- http://phpunit.de/manual/current/en/appendixes.configuration.html -->
+<!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
@@ -10,7 +10,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
- syntaxCheck="false"
bootstrap="vendor/autoload.php">
<testsuites>
@@ -32,6 +31,7 @@
<directory>.</directory>
<exclude>
<directory>tests</directory>
+ <directory>vendor</directory>
</exclude>
</whitelist>
</filter>