mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
10 lines
176 B
XML
10 lines
176 B
XML
<phpunit
|
|
bootstrap="vendor/autoload.php"
|
|
colors="true"
|
|
verbose="true"
|
|
>
|
|
<testsuite name="all">
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</phpunit>
|