From 027a89c517efbc3218e2ff93e344f7529b7e9937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Sun, 16 Aug 2026 16:12:40 +0200 Subject: [PATCH] chore: Don't build sourcemaps on deprecation warning in phpunit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Assisted-by: ClaudeCode:claude-opus-5 Signed-off-by: Marcel Müller --- tests/phpunit-autotest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 94f8e0a9787..55065f05eac 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -12,7 +12,7 @@ timeoutForMediumTests="300" timeoutForLargeTests="600" cacheDirectory=".phpunit.cache" - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"> + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"> lib/ Core/ @@ -21,7 +21,9 @@ ../apps/files_external - + + ..