summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-16 10:16:22 +0200
committerJoas Schilling <coding@schilljs.com>2023-10-16 10:17:22 +0200
commit500fa5431dd563d03724e45e8f78d56962579460 (patch)
tree8801992459ec58db7dd588f4654f55e1e11ef1cc /tests
parent8212feefb9cf5796e6a92b27956092a1b5e933fe (diff)
downloadnextcloud-server-500fa5431dd563d03724e45e8f78d56962579460.tar.gz
nextcloud-server-500fa5431dd563d03724e45e8f78d56962579460.zip
Fix unit tests on PHP 8.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit-autotest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 1b2729323e6..e966dce402a 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -8,7 +8,7 @@
timeoutForLargeTests="900"
convertDeprecationsToExceptions="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd">
- <testsuite name="ownCloud">
+ <testsuite name="Nextcloud Server">
<directory suffix=".php">lib/</directory>
<directory suffix=".php">Core/</directory>
<directory suffix=".php">Test/</directory>