You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

phpunit.xml 422B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <phpunit bootstrap="bootstrap.php">
  3. <testsuite name='ownCloud'>
  4. <directory suffix='.php'>lib/</directory>
  5. <file>apps.php</file>
  6. </testsuite>
  7. <!-- filters for code coverage -->
  8. <whitelist processUncoveredFilesFromWhitelist="true">
  9. <directory suffix=".php">..</directory>
  10. <exclude>
  11. <directory suffix=".php">../3rdparty</directory>
  12. </exclude>
  13. </whitelist>
  14. </phpunit>