fix phpunit config

This commit is contained in:
leogermani 2019-10-29 16:03:52 -03:00
parent f1a6385698
commit fcf60fe307
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
<testsuite name="default">
<directory prefix="test-" suffix=".php">./tests/</directory>
</testsuite>
</testsuites>