summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-04-06 19:27:50 -0300
committerGitHub <noreply@github.com>2022-04-06 19:27:50 -0300
commitb8cadab10930df3854481d6cec0162cdbe2a25d2 (patch)
tree0857218c0aeda11cc2b5a35b01895b4aab425594 /tests
parent03ad47d925ee04b9d4b311bfd17795e42ab8a772 (diff)
parent0bb3571eb6db9a9e3e7872faa16cab41f39bcc7a (diff)
Merge pull request #7096 from nextcloud/techdebt/noid/convertDeprecationsToExceptions
Make tests fail when deprecated php functions are used
Diffstat (limited to 'tests')
-rw-r--r--tests/php/phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/php/phpunit.xml b/tests/php/phpunit.xml
index 25cb92ad3..be5a1603c 100644
--- a/tests/php/phpunit.xml
+++ b/tests/php/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"