2013-02-05 14:20:55 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2022-05-09 05:49:52 -04:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
bootstrap="bootstrap.php"
|
2013-07-24 20:43:50 -04:00
|
|
|
verbose="true"
|
2017-02-10 10:20:25 -05:00
|
|
|
backupGlobals="false"
|
2013-06-12 06:58:25 -04:00
|
|
|
timeoutForSmallTests="900"
|
|
|
|
|
timeoutForMediumTests="900"
|
2013-06-11 09:57:00 -04:00
|
|
|
timeoutForLargeTests="900"
|
2022-03-29 15:48:35 -04:00
|
|
|
convertDeprecationsToExceptions="true"
|
2023-09-28 07:20:49 -04:00
|
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd">
|
2023-10-16 04:16:22 -04:00
|
|
|
<testsuite name="Nextcloud Server">
|
2022-05-09 05:49:52 -04:00
|
|
|
<directory suffix=".php">lib/</directory>
|
|
|
|
|
<directory suffix=".php">Core/</directory>
|
|
|
|
|
<directory suffix=".php">Test/</directory>
|
2013-02-05 14:20:55 -05:00
|
|
|
<file>apps.php</file>
|
|
|
|
|
</testsuite>
|
2022-05-09 05:49:52 -04:00
|
|
|
<coverage>
|
|
|
|
|
<include>
|
2016-02-16 08:21:28 -05:00
|
|
|
<directory suffix=".php">..</directory>
|
2022-05-09 05:49:52 -04:00
|
|
|
</include>
|
|
|
|
|
<exclude>
|
|
|
|
|
<directory suffix=".php">../3rdparty</directory>
|
|
|
|
|
<directory suffix=".php">../apps/*/composer</directory>
|
|
|
|
|
<directory suffix=".php">../apps/*/tests</directory>
|
|
|
|
|
<directory suffix=".php">../apps/files_external/3rdparty</directory>
|
|
|
|
|
<directory suffix=".php">../build</directory>
|
|
|
|
|
<directory suffix=".php">../lib/composer</directory>
|
|
|
|
|
<directory suffix=".php">../tests</directory>
|
|
|
|
|
</exclude>
|
|
|
|
|
</coverage>
|
2013-12-19 14:18:09 -05:00
|
|
|
<listeners>
|
2014-03-13 11:19:17 -04:00
|
|
|
<listener class="StartSessionListener" file="startsessionlistener.php" />
|
2013-12-19 14:18:09 -05:00
|
|
|
</listeners>
|
2013-02-05 14:20:55 -05:00
|
|
|
</phpunit>
|