Fix javascript typo

And add coverage
This commit is contained in:
Jeremy Benoist
2015-04-29 10:24:20 +02:00
parent ddd013e3f8
commit f5d473780d
3 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -19,11 +19,14 @@
<filter>
<whitelist>
<directory>./src/TubeLink/</directory>
<directory>./src/</directory>
<exclude>
<directory>./tests</directory>
</exclude>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="coverage" title="FullText" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70"/>
</logging>
</phpunit>