Mercurial > hg > rc1
comparison vendor/sabre/vobject/tests/phpunit.xml @ 7:430dbd5346f7
vendor sabre as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 09:06:10 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:cec75ba50afc | 7:430dbd5346f7 |
---|---|
1 <phpunit | |
2 colors="true" | |
3 bootstrap="bootstrap.php" | |
4 convertErrorsToExceptions="true" | |
5 convertNoticesToExceptions="true" | |
6 convertWarningsToExceptions="true" | |
7 strict="true" | |
8 > | |
9 <testsuite name="Sabre\VObject"> | |
10 <directory>VObject/</directory> | |
11 </testsuite> | |
12 | |
13 <filter> | |
14 <whitelist addUncoveredFilesFromWhitelist="true"> | |
15 <directory suffix=".php">../lib/</directory> | |
16 <exclude> | |
17 <file>../lib/Sabre/VObject/includes.php</file> | |
18 </exclude> | |
19 </whitelist> | |
20 </filter> | |
21 </phpunit> |