diff --git a/tests/cc.php b/tests/cc.php index fc0be5a20..40f078dc0 100644 --- a/tests/cc.php +++ b/tests/cc.php @@ -39,8 +39,14 @@ $reporter = new Doctrine_Coverage_Report("coverage.txt"); Coverage for ' . $_GET["file"] . ''; echo 'Back to coverage report'; + + $reporter->showFile($_GET["file"]); } else { ?>