Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Transliteration / PhpTransliterationTest.php
index ac19ffadf9a824914fe65ea8377d16a7a929ed4d..6ff00ec890137ce8d393f8c58df74c7526b974c9 100644 (file)
@@ -40,7 +40,7 @@ class PhpTransliterationTest extends UnitTestCase {
     $module_handler = $this->getMock('Drupal\Core\Extension\ModuleHandlerInterface');
     $module_handler->expects($this->any())
       ->method('alter')
-      ->will($this->returnCallback(function($hook, &$overrides, $langcode) {
+      ->will($this->returnCallback(function ($hook, &$overrides, $langcode) {
         if ($langcode == 'zz') {
           // The default transliteration of Ä is A, but change it to Z for testing.
           $overrides[0xC4] = 'Z';