starting to work on JSVerify & Mocha based unit tests for our JS code base

This commit is contained in:
El RIDO
2017-01-29 14:31:44 +01:00
parent 8029c2819f
commit fdef8bc5be
6 changed files with 133 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
</filter>
<logging>
<log type="coverage-clover" target="log/coverage-clover.xml" />
<log type="coverage-html" target="log/coverage-report" charset="UTF-8" yui="true" highlight="true" lowUpperBound="50" highLowerBound="80" />
<log type="coverage-html" target="log/php-coverage-report" charset="UTF-8" yui="true" highlight="true" lowUpperBound="50" highLowerBound="80" />
<log type="testdox-html" target="log/testdox.html" />
</logging>
</phpunit>