adjust phpunit config

This commit is contained in:
sunxyw
2022-03-28 16:45:32 +08:00
parent 700b854434
commit 6f5575b155

View File

@@ -15,6 +15,11 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src/ZM</directory>
</include>
</coverage>
<php>
<env name="APP_ENV" value="testing"/>
</php>