chore: Don't build sourcemaps on deprecation warning in phpunit

Assisted-by: ClaudeCode:claude-opus-5
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
pull/63300/head
Marcel Müller 4 days ago
parent 05f7a383f7
commit 027a89c517
  1. 6
      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">
<testsuite name="Nextcloud Server">
<directory>lib/</directory>
<directory>Core/</directory>
@ -21,7 +21,9 @@
<!-- exclude files_external as it is tested separately -->
<exclude>../apps/files_external</exclude>
</testsuite>
<source>
<!-- Classifying issues as first- or third-party maps every file below, which
means walking the whole server root. Needs PHPUnit >= 11.5.51. -->
<source identifyIssueTrigger="false">
<include>
<directory>..</directory>
</include>

Loading…
Cancel
Save