phpunit: fix required attributes

This commit is contained in:
TomasVotruba 2018-02-22 16:17:00 +01:00
parent 92ac1211d6
commit 30d54c5f46

View File

@ -6,7 +6,7 @@
verbose="true"
>
<testsuites>
<testsuite>
<testsuite name="all-except-phar">
<directory>tests</directory>
<directory>packages/*/tests</directory>
<exclude>tests/Phar</exclude>