Skip to content
Snippets Groups Projects
Verified Commit 91f605eb authored by Dave Long's avatar Dave Long
Browse files

Hotfix for #3123060 by dww, daffie: Fix hash for classy.theme.

parent b05f3fa7
No related branches found
No related tags found
7 merge requests!8394[warning] array_flip(): Can only flip STRING and INTEGER values, when saving a non-revisionable custom content entity,!7780issue 3443822: fix for 'No route found for the specified format html. Supported formats: json, xml.',!5013Issue #3071143: Table Render Array Example Is Incorrect,!4848Issue #1566662: Update module should send notifications on Thursdays,!4792Issue #2230689: Remove redundant "Italic" style,!4220Issue #3368223: Link field > Access to internal links is not checked on display.,!1459Issue #3087632: menu_name max length is too long
......@@ -25,7 +25,7 @@ class ClassyPreprocessUnchangedTest extends UnitTestCase {
public function testNoNewPreprocess() {
$classy_theme_contents = file_get_contents($this->root . '/core/themes/classy/classy.theme');
$hash = md5($classy_theme_contents);
$this->assertSame($hash, 'c42ff3a1291a258b42f0c44010cd28c7', "The file hash for classy.theme has changed. Any additions or changes to preprocess functions should be added to the themes that inherit Classy. \nIf the changes to classy.theme are not changes to preprocess functions, update the hash in this test to: '$hash' so it will pass.");
$this->assertSame('1a5f162bc900c45957aaa89959bcb607', $hash, "The file hash for classy.theme has changed. Any additions or changes to preprocess functions should be added to the themes that inherit Classy. \nIf the changes to classy.theme are not changes to preprocess functions, update the hash in this test to: '$hash' so it will pass.");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment