blob: db475f12b2945a7453dcc983db33601c13d9a3e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<phpunit
colors="true"
bootstrap="bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
strict="true"
>
<testsuite name="sabre-event">
<directory>../vendor/sabre/event/tests/</directory>
</testsuite>
<testsuite name="sabre-uri">
<directory>../vendor/sabre/uri/tests/</directory>
</testsuite>
<testsuite name="sabre-xml">
<directory>../vendor/sabre/xml/tests/Sabre/Xml/</directory>
</testsuite>
<testsuite name="sabre-http">
<directory>../vendor/sabre/http/tests/HTTP</directory>
</testsuite>
<testsuite name="sabre-vobject">
<directory>../vendor/sabre/vobject/tests/VObject</directory>
</testsuite>
<testsuite name="sabre-dav">
<directory>Sabre/DAV</directory>
</testsuite>
<testsuite name="sabre-davacl">
<directory>Sabre/DAVACL</directory>
</testsuite>
<testsuite name="sabre-caldav">
<directory>Sabre/CalDAV</directory>
</testsuite>
<testsuite name="sabre-carddav">
<directory>Sabre/CardDAV</directory>
</testsuite>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../lib/</directory>
<exclude>
<file>../lib/Sabre/autoload.php</file>
<file>../lib/Sabre/VObject/includes.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>
|