Page MenuHomePhabricator

phpunit.xml.dist
No OneTemporary

phpunit.xml.dist

<phpunit
colors="true"
bootstrap="../vendor/autoload.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
strict="true"
>
<testsuite name="sabre-uri">
<directory>.</directory>
</testsuite>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../lib/</directory>
</whitelist>
</filter>
</phpunit>

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 10:55 AM (10 h, 30 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915647
Default Alt Text
phpunit.xml.dist (423 B)

Event Timeline