Skip to content

Commit 15e8e6e

Browse files
committed
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>
1 parent a96a7c4 commit 15e8e6e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/phpunit-autotest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
timeoutForMediumTests="300"
1313
timeoutForLargeTests="600"
1414
cacheDirectory=".phpunit.cache"
15-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd">
15+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd">
1616
<testsuite name="Nextcloud Server">
1717
<directory>lib/</directory>
1818
<directory>Core/</directory>
@@ -21,7 +21,9 @@
2121
<!-- exclude files_external as it is tested separately -->
2222
<exclude>../apps/files_external</exclude>
2323
</testsuite>
24-
<source>
24+
<!-- Classifying issues as first- or third-party maps every file below, which
25+
means walking the whole server root. Needs PHPUnit >= 11.5.51. -->
26+
<source identifyIssueTrigger="false">
2527
<include>
2628
<directory>..</directory>
2729
</include>

0 commit comments

Comments
 (0)