Skip to content

Commit

Permalink
Adjusted file hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Oct 20, 2019
1 parent 47db046 commit 2f3e93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Console/Command/GenerateCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ public function testGenerateMailer()
$this->assertOutputContains('TestCase/Mailer/DummyMailerTest.php');
$this->assertFileExists($filename);

$this->assertFileHash('3c59f7f5ca9b3be50a8d3b38e17f9be4', $filename);
$this->assertFileHash('cf01cd19698931d7b0c23b682bdd162e', $filename);
unlink($filename);

$filename = APP.DS.'Mailer'.DS.'Template'.DS .'dummy.html.ctp';
Expand Down Expand Up @@ -505,7 +505,7 @@ public function testPlugin()

$filename = PLUGINS.DS.'dummy'.DS.'composer.json';
$this->assertFileExists($filename);
$this->assertFileHash('3aac15995b02c9505537ccdb85130f31', $filename);
$this->assertFileHash('16bab5bd917ae19aa28358a6147c9475', $filename);

$this->recursiveDelete(PLUGINS.DS.'dummy');
}
Expand Down

0 comments on commit 2f3e93f

Please sign in to comment.