chore: fix PHPUnit config

This commit is contained in:
Owen Voke
2020-09-15 10:45:17 +01:00
parent 0b6cdf8f02
commit 0e89525ea8

View File

@ -8,8 +8,8 @@
<directory suffix=".php">./tests</directory> <directory suffix=".php">./tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
<coverage> <coverage processUncoveredFiles="true">
<include processUncoveredFiles="true"> <include>
<directory suffix=".php">./src</directory> <directory suffix=".php">./src</directory>
</include> </include>
</coverage> </coverage>