Skip to content

Commit

Permalink
Fixed task template
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Feb 24, 2021
1 parent 29fa94a commit 3b5d131
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.7.0] - 2021-02-24

### Fixed

- Fixed task template

## [3.7.0] - 2021-02-23

### Added
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 @@ -598,7 +598,7 @@ public function testGenerateTask()
$this->assertOutputContains('src/Task/DummyTask.php');
$this->assertFileExists($filename);

$this->assertFileHash('d7c26db6ab2efa5134e642cc71455812', $filename);
$this->assertFileHash('e5abd12b2e1377af37b17513131169ef', $filename);
unlink($filename);

$filename = TESTS . DS . 'TestCase' . DS . 'Task' . DS . 'DummyTaskTest.php';
Expand Down

0 comments on commit 3b5d131

Please sign in to comment.