Commit: d09dfe910afad8a04da5c63888eff33d9e4cfc7b

Author: Nate Abele | Date: 2011-06-04 15:39:19 -0400
Fixing console heading.
diff --git a/libraries/lithium/test/templates/console/coverage.txt.php b/libraries/lithium/test/templates/console/coverage.txt.php index 23a9d5b..6ca05f3 100644 --- a/libraries/lithium/test/templates/console/coverage.txt.php +++ b/libraries/lithium/test/templates/console/coverage.txt.php @@ -18,7 +18,7 @@ if ($coverage['percentage'] == 100) { continue; } - echo "\n{:heading3}Coverage analysis{:end}\n"; + echo "\n{:heading}Coverage analysis{:end}\n"; foreach ($coverage['output'] as $file => $lines) { echo "\n{$file}:\n";