Skip to content

Commit

Permalink
removed docblock property tags for components from scaffolding as thi…
Browse files Browse the repository at this point in the history
…s is in ApplicationController
  • Loading branch information
jamielsharief committed Jul 7, 2020
1 parent ef34354 commit 55b1efc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

### Removed
- Removed docblock property tags for components from scaffolding as this is in ApplicationController

## [1.1.1] - 2020-01-28
### Fixed
- Fixed scaffolding templates not echoing variable
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Console/Command/GenerateCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function testGenerateScaffold()
$this->assertFileHash('940945582b2e06f804ce18c64e12dbfa', APP . DS . 'Model' . DS . 'Bookmark.php');
unlink(APP . DS . 'Model' . DS . 'Bookmark.php');

$this->assertFileHash('ae4389221897c48b12d35b3755969059', APP . DS . 'Http' . DS . 'Controller' . DS . 'BookmarksController.php');
$this->assertFileHash('a4ecff363c8f2847c217cc60f7c58248', APP . DS . 'Http' . DS . 'Controller' . DS . 'BookmarksController.php');
unlink(APP . DS . 'Http' . DS . 'Controller' . DS . 'BookmarksController.php');

$this->assertFileHash('c380851603180c386f809d2140305f09', APP . DS . 'Http' . DS . 'View' . DS . 'Bookmarks' . DS . 'add.ctp');
Expand Down

0 comments on commit 55b1efc

Please sign in to comment.