diff --git a/tests/cc.php b/tests/cc.php index 40f078dc0..2da476dd2 100644 --- a/tests/cc.php +++ b/tests/cc.php @@ -39,15 +39,12 @@ $reporter = new Doctrine_Coverage_Report("coverage.txt"); Coverage for ' . $_GET["file"] . ''; echo 'Back to coverage report'; + echo "
detailed view down atm
Will be up later on
"; - $reporter->showFile($_GET["file"]); + // $reporter->showFile($_GET["file"]); } else { ?>

Coverage report for Doctrine