mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 04:03:55 +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>
|