Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-04-07 14:17:24 +0300
committerGitHub <noreply@github.com>2022-04-07 14:17:24 +0300
commit4baab164a0888579ce4702e20cc55410fee4f6d5 (patch)
tree50c0cfde9611354cd74200cfc3ec255935b32225
parent6d36ea822283555447970449fc07572a160c532e (diff)
parentbecf2e4b3773d454d64b62f825cceb4a80a7f2f3 (diff)
Merge pull request #756 from nextcloud/update-master-phpunit-configv24.0.0beta3
Update master php testing versions
-rw-r--r--tests/phpunit.integration.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit.integration.xml b/tests/phpunit.integration.xml
index a328467..119ee79 100644
--- a/tests/phpunit.integration.xml
+++ b/tests/phpunit.integration.xml
@@ -1,4 +1,4 @@
-<phpunit bootstrap="bootstrap.php" colors="true">
+<phpunit bootstrap="bootstrap.php" colors="true" convertDeprecationsToExceptions="true">
<testsuites>
<testsuite name="integration">
<directory>./Integration</directory>