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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-04-07 14:56:29 +0300
committerGitHub <noreply@github.com>2022-04-07 14:56:29 +0300
commitd223d73f084366d6fd7a9e18a93585c5b0f92cde (patch)
tree604deb0143bf793fe5df3d490984a946eeb8907f
parent69bc43ac79cfe87e878d78d7099d5527c55e7292 (diff)
parentb239c3375067f1a2ed8c451ddffb136ad9eaaf05 (diff)
Merge pull request #1005 from nextcloud/update-master-phpunit-configv24.0.0beta3
Update master php testing versions
-rw-r--r--tests/phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 2dd3715a..678e29a8 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
-<phpunit bootstrap="bootstrap.php">
+<phpunit bootstrap="bootstrap.php" convertDeprecationsToExceptions="true">
<testsuite name="circles">
<directory suffix='Test.php'>.</directory>
</testsuite>