From 2f3e93ffabfa3680394d227d8658e36a554f6ecc Mon Sep 17 00:00:00 2001 From: Jamiel <20553479+jamielsharief@users.noreply.github.com> Date: Sun, 20 Oct 2019 10:14:35 +0200 Subject: [PATCH] Adjusted file hashes --- tests/TestCase/Console/Command/GenerateCommandTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase/Console/Command/GenerateCommandTest.php b/tests/TestCase/Console/Command/GenerateCommandTest.php index f2fb645..e98a4da 100644 --- a/tests/TestCase/Console/Command/GenerateCommandTest.php +++ b/tests/TestCase/Console/Command/GenerateCommandTest.php @@ -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'; @@ -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'); }