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

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 8:36 PM (57 m, 12 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
913756
Default Alt Text
phpunit.xml.dist (426 B)

Event Timeline