nextcloud/tests/phpunit.xml

15 lines
422 B
XML
Raw Normal View History

2012-10-03 23:06:01 +04:00
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php">
<testsuite name='ownCloud'>
<directory suffix='.php'>lib/</directory>
2012-10-08 16:26:51 +04:00
<file>apps.php</file>
2012-10-03 23:06:01 +04:00
</testsuite>
<!-- filters for code coverage -->
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">..</directory>
<exclude>
<directory suffix=".php">../3rdparty</directory>
</exclude>
</whitelist>
2012-10-03 23:06:01 +04:00
</phpunit>