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

@ -140,8 +140,9 @@ class PhpUnitResultJson extends PhpUnitResult
/**
* Saves additional info for a failing test
*
* @param array $data
* @param array $event
*
* @return array
*/
protected function getFileAndLine($event)
{