summaryrefslogtreecommitdiffstats
path: root/tests/travis/sqlite.phpunit.xml
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@gmail.com>2021-09-26 22:56:39 +0200
committerGeorge Petculescu <gxgpet@gmail.com>2021-09-26 22:56:39 +0200
commit5afd6af3f3293a27db5377b3f97ca88df07174b1 (patch)
treebd3598444f5fff4240ba0719043cd7c04587334a /tests/travis/sqlite.phpunit.xml
parent4fa09ccaa80770ed11a2fdf6f1e28c5e14914be4 (diff)
Adds PHP 8 in Travis
Diffstat (limited to 'tests/travis/sqlite.phpunit.xml')
-rw-r--r--tests/travis/sqlite.phpunit.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/travis/sqlite.phpunit.xml b/tests/travis/sqlite.phpunit.xml
index 75c946aee..0c4da0d1b 100644
--- a/tests/travis/sqlite.phpunit.xml
+++ b/tests/travis/sqlite.phpunit.xml
@@ -8,7 +8,8 @@
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
- stopOnSkipped="false">
+ stopOnSkipped="false"
+ beStrictAboutTestsThatDoNotTestAnything="false">
<php>
<const name="DB_DRIVER" value="sqlite"/>
</php>