mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
15 lines
416 B
XML
15 lines
416 B
XML
<phpunit
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
|
|
bootstrap="tests/bootstrap.php"
|
|
colors="true"
|
|
verbose="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="all-except-phar">
|
|
<directory>tests</directory>
|
|
<directory>packages/*/tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|