Page MenuHomePhabricator

phpunit.xml
No OneTemporary

phpunit.xml

<phpunit
colors="true"
bootstrap="bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
strict="true"
>
<testsuite name="Sabre\VObject">
<directory>VObject/</directory>
</testsuite>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../lib/</directory>
<exclude>
<file>../lib/Sabre/VObject/includes.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 1:36 PM (7 h, 26 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915288
Default Alt Text
phpunit.xml (521 B)

Event Timeline