rector/phpunit.xml
2018-02-23 11:26:18 +01:00

16 lines
458 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>
<exclude>tests/Phar</exclude>
</testsuite>
</testsuites>
</phpunit>