* [ADD] Unit testing. Work in progress

* [MOD] Code refactoring
This commit is contained in:
nuxsmin
2018-07-26 00:36:03 +02:00
parent e5c1ad927e
commit d0056d74a8

View File

@@ -20,8 +20,6 @@
</filter>
<logging>
<log type="coverage-clover" target="./test/_output/coverage-clover.xml"/>
<log type="coverage-html" target="./test/_output/coverage.html" lowUpperBound="35"
highLowerBound="70"/>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false" showOnlySummary="true" />
</logging>
</phpunit>