File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
PHP/CodeCoverage/Report/XML Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ class PHP_CodeCoverage_Report_XML_Tests
5757 private $ contextNode ;
5858
5959 private $ codeMap = array (
60- PHPUnit_Runner_BaseTestRunner:: STATUS_PASSED => 'PASSED ' ,
61- PHPUnit_Runner_BaseTestRunner:: STATUS_SKIPPED => 'SKIPPED ' ,
62- PHPUnit_Runner_BaseTestRunner:: STATUS_INCOMPLETE => 'INCOMPLETE ' ,
63- PHPUnit_Runner_BaseTestRunner:: STATUS_FAILURE => 'FAILURE ' ,
64- PHPUnit_Runner_BaseTestRunner:: STATUS_ERROR => 'ERROR ' ,
65- PHPUnit_Runner_BaseTestRunner:: STATUS_RISKY => 'RISKY '
60+ 0 => 'PASSED ' , // PHPUnit_Runner_BaseTestRunner::STATUS_PASSED
61+ 1 => 'SKIPPED ' , // PHPUnit_Runner_BaseTestRunner::STATUS_SKIPPED
62+ 2 => 'INCOMPLETE ' , // PHPUnit_Runner_BaseTestRunner::STATUS_INCOMPLETE
63+ 3 => 'FAILURE ' , // PHPUnit_Runner_BaseTestRunner::STATUS_FAILURE
64+ 4 => 'ERROR ' , // PHPUnit_Runner_BaseTestRunner::STATUS_ERROR
65+ 5 => 'RISKY ' // PHPUnit_Runner_BaseTestRunner::STATUS_RISKY
6666 );
6767
6868 public function __construct (DOMElement $ context )
You can’t perform that action at this time.
0 commit comments