Slightly improve the bake templates

This commit is contained in:
Marc Würth 2015-07-23 17:29:47 +02:00
parent 6c53f8bf93
commit 71e4ed91af
2 changed files with 1 additions and 3 deletions

View file

@ -21,8 +21,7 @@
echo "<?php\n";
?>
/**
* <?php echo $model; ?>Fixture
*
* <?php echo $model; ?> Fixture
*/
class <?php echo $model; ?>Fixture extends CakeTestFixture {

View file

@ -24,7 +24,6 @@ App::uses('<?php echo $dependency[0]; ?>', '<?php echo $dependency[1]; ?>');
/**
* <?php echo $fullClassName; ?> Test Case
*
*/
<?php if ($type === 'Controller'): ?>
class <?php echo $fullClassName; ?>Test extends ControllerTestCase {