Skip to content

Commit

Permalink
Fixing broken comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 25, 2009
1 parent 66b36ba commit 877616a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/libs/templates/objects/test.ctp
Expand Up @@ -19,7 +19,7 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
echo "<?php\n";
echo "/* ". $className ." Test cases generated on: " . date('Y-m-d H:m:s') . " : ". time() . "* /"
echo "/* ". $className ." Test cases generated on: " . date('Y-m-d H:m:s') . " : ". time() . "*/\n";
?>
App::import('<?php echo $type; ?>', '<?php echo $plugin . $className;?>');

Expand Down

0 comments on commit 877616a

Please sign in to comment.