Added PHPUnit code coverage log output and chart in information tab.

Issue #148.
This commit is contained in:
Dmitry Khomutov 2018-02-25 10:41:59 +07:00
commit c5ce085371
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
8 changed files with 147 additions and 9 deletions

View file

@ -37,6 +37,7 @@ class PhpUnitOptionsTest extends \PHPUnit\Framework\TestCase
],
[
'coverage-html' => '/location',
'coverage-text' => null,
],
],
[
@ -49,6 +50,7 @@ class PhpUnitOptionsTest extends \PHPUnit\Framework\TestCase
],
[
'coverage-html' => '/location',
'coverage-text' => null,
],
],
[