mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
Initial Release of the calendar plugin
This commit is contained in:
parent
45cc9885fc
commit
7115197a33
561 changed files with 189494 additions and 0 deletions
26
dav/SabreDAV/tests/phpunit.xml
Normal file
26
dav/SabreDAV/tests/phpunit.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<phpunit
|
||||
colors="true"
|
||||
bootstrap="bootstrap.php"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
>
|
||||
<testsuite name="SabreDAV">
|
||||
<directory>Sabre/</directory>
|
||||
</testsuite>
|
||||
|
||||
<filter>
|
||||
<whitelist addUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">../lib/</directory>
|
||||
<exclude>
|
||||
<file>../lib/Sabre.includes.php</file>
|
||||
<file>../lib/Sabre/CalDAV/includes.php</file>
|
||||
<file>../lib/Sabre/CardDAV/includes.php</file>
|
||||
<file>../lib/Sabre/DAVACL/includes.php</file>
|
||||
<file>../lib/Sabre/HTTP/includes.php</file>
|
||||
<file>../lib/Sabre/DAV/includes.php</file>
|
||||
<file>../lib/Sabre/VObject/includes.php</file>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
Loading…
Add table
Add a link
Reference in a new issue