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" convertWarningsToExceptions="true"
> >
<testsuites> <testsuites>
<testsuite> <testsuite name="default">
<directory prefix="test-" suffix=".php">./tests/</directory> <directory prefix="test-" suffix=".php">./tests/</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>