8 lines
205 B
XML
8 lines
205 B
XML
<phpunit bootstrap="vendor/autoload.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="log">
|
|
<directory prefix="test" suffix=".php">tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|