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_HTTP">
<directory>HTTP/</directory>
</testsuite>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../lib/</directory>
</whitelist>
</filter>
</phpunit>

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 22, 11:25 AM (3 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915313
Default Alt Text
phpunit.xml (421 B)

Event Timeline