summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-07 12:09:36 +0200
committerJoas Schilling <coding@schilljs.com>2022-04-07 12:09:36 +0200
commit7ce99479e71cc3daf2a826047780a8e23058ada1 (patch)
treed68021220e274d723c77064e5f3236888886f95c /phpunit.xml
parentceefd3f7aa98c281ae61eb62753c79d963796342 (diff)
Adjust phpunit config in main
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 9c1553a4..573ed7ec 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="tests/bootstrap.php"
verbose="true"
- colors="true"
+ convertDeprecationsToExceptions="true"
+ colors="true"
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900">
@@ -19,4 +20,4 @@
</exclude>
</whitelist>
</filter>
-</phpunit> \ No newline at end of file
+</phpunit>