Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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>