Commit ffb56983 authored by Smolevich's avatar Smolevich

Update phpunit.xml.dist

parent ebd39656
...@@ -40,6 +40,11 @@ ...@@ -40,6 +40,11 @@
<file>tests/ValidationTest.php</file> <file>tests/ValidationTest.php</file>
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<php> <php>
<env name="MONGO_HOST" value="mongodb"/> <env name="MONGO_HOST" value="mongodb"/>
<env name="MONGO_DATABASE" value="unittest"/> <env name="MONGO_DATABASE" value="unittest"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment