mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update phpunit.xml
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-03-09 DariusIII
|
||||
* Chg: Update phpunit.xml
|
||||
* Chg: Possible fix for code coverage report
|
||||
* Chg: Update laravel/tinker to version 1.0.5
|
||||
2018-03-08 DariusIII
|
||||
|
||||
+2
-5
@@ -14,13 +14,10 @@
|
||||
<filter>
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">./Blacklight</directory>
|
||||
<directory suffix=".php">./app</directory>
|
||||
</whitelist>
|
||||
<exclude>
|
||||
<directory suffix=".php">./Blacklight/config</directory>
|
||||
<file>./Blacklight/config/settings.example.php></file>
|
||||
</exclude>
|
||||
</filter>
|
||||
<logging>
|
||||
<log type="coverage-clover" target="/build/logs/coverage_clover.xml"/>
|
||||
<log type="coverage-clover" target="/build/logs/clover.xml"/>
|
||||
</logging>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user