rector/vendor/symplify/symplify-kernel/phpunit.xml
2022-01-25 19:33:08 +00:00

10 lines
176 B
XML

<phpunit
bootstrap="vendor/autoload.php"
colors="true"
verbose="true"
>
<testsuite name="all">
<directory>tests</directory>
</testsuite>
</phpunit>