Skip to content

Commit

Permalink
code standard fix
Browse files Browse the repository at this point in the history
the baked test must have a blank line inbetwen the last function and the
end of the class
  • Loading branch information
AD7six committed May 9, 2012
1 parent 0c4613f commit 5ef2a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Console/Templates/default/classes/test.ctp
Expand Up @@ -48,6 +48,7 @@ class Test<?php echo $fullClassName; ?> extends <?php echo $fullClassName; ?> {
public function redirect($url, $status = null, $exit = true) {
$this->redirectUrl = $url;
}

}

<?php endif; ?>
Expand Down

0 comments on commit 5ef2a01

Please sign in to comment.