summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-07 12:05:57 +0200
committerJoas Schilling <coding@schilljs.com>2022-04-07 12:05:57 +0200
commitabc2e69d3065e475fd5fc9c18cd1fd07c489ff68 (patch)
treede9ad11e0e887045f3ecaaed0e395d57f6a7e365 /tests
parentebf160db71924bb8e12b0b84cd3c4e87caa3651d (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index a5c8b79c..8d66173a 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php"
verbose="true"
+ convertDeprecationsToExceptions="true"
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"