Browse Source

Merge pull request #31750 from nextcloud/fix/ci-should-fail-on-deprecation-warnings

Convert deprecation warnings to exception in phpunit
pull/31798/head
Côme Chilliet 4 years ago
committed by GitHub
parent
commit
d3d53494d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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