Skip to content
Snippets Groups Projects
Unverified Commit ea790fff authored by Sebastian Bergmann's avatar Sebastian Bergmann
Browse files

Update PHPUnit configuration

parent b6027514
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,16 @@
failOnWarning="true"
colors="true">
<testsuites>
<testsuite name="default">
<directory>tests</directory>
<testsuite name="unit">
<directory>tests/unit</directory>
</testsuite>
<testsuite name="integration">
<directory>tests/integration</directory>
</testsuite>
</testsuites>
<source>
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
<include>
<directory>src</directory>
</include>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment