Skip to content

Commit 669c127

Browse files
committed
crap4j report: remove superflous require_once
1 parent 3235ac0 commit 669c127

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PHPUnit/TextUI/TestRunner.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,6 @@ class_exists($arguments['printer'], FALSE)) {
421421
"\nGenerating Crap4J report XML file ..."
422422
);
423423

424-
require_once 'PHP/CodeCoverage/Report/Crap4j.php';
425-
426424
$writer = new PHP_CodeCoverage_Report_Crap4j;
427425
$writer->process($codeCoverage, $arguments['coverageCrap4J']);
428426

0 commit comments

Comments
 (0)