There was an error while loading. Please reload this page.
1 parent a96a7c4 commit 15e8e6eCopy full SHA for 15e8e6e
1 file changed
tests/phpunit-autotest.xml
@@ -12,7 +12,7 @@
12
timeoutForMediumTests="300"
13
timeoutForLargeTests="600"
14
cacheDirectory=".phpunit.cache"
15
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd">
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd">
16
<testsuite name="Nextcloud Server">
17
<directory>lib/</directory>
18
<directory>Core/</directory>
@@ -21,7 +21,9 @@
21
<!-- exclude files_external as it is tested separately -->
22
<exclude>../apps/files_external</exclude>
23
</testsuite>
24
- <source>
+ <!-- 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">
27
<include>
28
<directory>..</directory>
29
</include>
0 commit comments