2013-02-05 19:20:55 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2013-06-10 07:31:22 +00:00
|
|
|
<phpunit bootstrap="bootstrap.php"
|
|
|
|
strict="true"
|
2013-07-25 00:43:50 +00:00
|
|
|
verbose="true"
|
2017-02-10 15:20:25 +00:00
|
|
|
backupGlobals="false"
|
2013-06-12 10:58:25 +00:00
|
|
|
timeoutForSmallTests="900"
|
|
|
|
timeoutForMediumTests="900"
|
2013-06-11 13:57:00 +00:00
|
|
|
timeoutForLargeTests="900"
|
2013-06-10 07:31:22 +00:00
|
|
|
>
|
2013-02-05 19:20:55 +00:00
|
|
|
<testsuite name='ownCloud'>
|
|
|
|
<directory suffix='.php'>lib/</directory>
|
2016-08-15 15:00:35 +00:00
|
|
|
<directory suffix='.php'>Settings/</directory>
|
|
|
|
<directory suffix='.php'>Core/</directory>
|
2016-08-25 05:13:48 +00:00
|
|
|
<directory suffix='.php'>ocs-provider/</directory>
|
2013-02-05 19:20:55 +00:00
|
|
|
<file>apps.php</file>
|
|
|
|
</testsuite>
|
|
|
|
<!-- filters for code coverage -->
|
2013-06-02 22:59:04 +00:00
|
|
|
<filter>
|
|
|
|
<!-- whitelist processUncoveredFilesFromWhitelist="true" -->
|
|
|
|
<whitelist>
|
2016-02-16 13:21:28 +00:00
|
|
|
<directory suffix=".php">..</directory>
|
2013-06-02 22:59:04 +00:00
|
|
|
<exclude>
|
|
|
|
<directory suffix=".php">../3rdparty</directory>
|
2018-01-25 12:44:47 +00:00
|
|
|
<directory suffix=".php">../apps/admin_audit/tests</directory>
|
2016-02-16 13:21:28 +00:00
|
|
|
<directory suffix=".php">../apps/dav/tests</directory>
|
|
|
|
<directory suffix=".php">../apps/encryption/tests</directory>
|
|
|
|
<directory suffix=".php">../apps/federatedfilesharing/tests</directory>
|
|
|
|
<directory suffix=".php">../apps/federation/tests</directory>
|
|
|
|
<directory suffix=".php">../apps/files/tests</directory>
|
2014-12-03 15:38:25 +00:00
|
|
|
<directory suffix=".php">../apps/files_external</directory>
|
2016-02-16 13:21:28 +00:00
|
|
|
<directory suffix=".php">../apps/files_sharing/tests</directory>
|
|
|
|
<directory suffix=".php">../apps/files_trashbin/tests</directory>
|
|
|
|
<directory suffix=".php">../apps/files_versions/tests</directory>
|
2017-05-18 17:09:59 +00:00
|
|
|
<directory suffix=".php">../apps/oauth2/tests</directory>
|
2015-06-01 18:42:32 +00:00
|
|
|
<directory suffix=".php">../apps/provisioning_api/tests</directory>
|
2016-10-05 10:05:23 +00:00
|
|
|
<directory suffix=".php">../apps/systemtags/tests</directory>
|
|
|
|
<directory suffix=".php">../apps/theming/tests</directory>
|
|
|
|
<directory suffix=".php">../apps/twofactor_backupcodes/tests</directory>
|
2016-02-16 13:21:28 +00:00
|
|
|
<directory suffix=".php">../apps/updatenotification/tests</directory>
|
|
|
|
<directory suffix=".php">../apps/user_ldap/tests</directory>
|
2016-10-05 10:05:23 +00:00
|
|
|
<directory suffix=".php">../apps/workflowengine/tests</directory>
|
2013-06-14 13:42:54 +00:00
|
|
|
<directory suffix=".php">../tests</directory>
|
2016-02-16 13:21:28 +00:00
|
|
|
<directory suffix=".php">../build</directory>
|
2016-10-05 10:05:23 +00:00
|
|
|
<directory suffix=".php">../lib/composer</directory>
|
2013-06-02 22:59:04 +00:00
|
|
|
</exclude>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2013-12-19 19:18:09 +00:00
|
|
|
<listeners>
|
2014-03-13 15:19:17 +00:00
|
|
|
<listener class="StartSessionListener" file="startsessionlistener.php" />
|
2013-12-19 19:18:09 +00:00
|
|
|
</listeners>
|
2013-02-05 19:20:55 +00:00
|
|
|
</phpunit>
|
2013-06-03 22:04:17 +00:00
|
|
|
|