rector/phpunit.xml
TomasVotruba 424c89bfd9 Revert "phpunit: fix configuration and run without PHAR wip"
This reverts commit e213a38feb6521a01b6eb3d25487ac27542adce1.
2018-03-03 12:15:03 +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>