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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-07 13:00:31 +0300
committerJulius Härtl <jus@bitgrid.net>2022-04-08 18:06:45 +0300
commit8d2cfe076f5ab82c115d1d0d80dbf0613ad2854a (patch)
treea7fe5c221e3fe43c180602a1c80e54c51ac98ff0 /tests
parente4607b1a76e57452a06d3d26f32cf74558ce7a62 (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.integration.xml2
-rw-r--r--tests/phpunit.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit.integration.xml b/tests/phpunit.integration.xml
index 45d0b508..aca23381 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-database">
<directory>./integration/database</directory>
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 4bb7dc40..0c393fd9 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,4 +1,4 @@
-<phpunit bootstrap="../../../tests/bootstrap.php" colors="true">
+<phpunit bootstrap="../../../tests/bootstrap.php" colors="true" convertDeprecationsToExceptions="true">
<testsuites>
<testsuite name="unit">
<directory>./unit</directory>