Page MenuHomeDevCentral

phpunit.xml
No OneTemporary

phpunit.xml

<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="Main">
<directory>tests</directory>
<exclude>vendor</exclude>
</testsuite>
</testsuites>
</phpunit>

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 8, 08:03 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3773979
Default Alt Text
phpunit.xml (361 B)

Event Timeline