Browse Source

Convert deprecation warnings to exception in php unit

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/31750/head
Côme Chilliet 4 years ago
parent
commit
cba4d85d9b
No known key found for this signature in database GPG Key ID: A3E2F658B28C760A
  1. 1
      tests/phpunit-autotest.xml

1
tests/phpunit-autotest.xml

@ -5,6 +5,7 @@
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"
convertDeprecationsToExceptions="true"
>
<testsuite name='ownCloud'>
<directory suffix='.php'>lib/</directory>

Loading…
Cancel
Save