Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Transliteration / PhpTransliterationTest.php
index 2800c51b200150f49e2767a62212e3790778696b..dc71bd4cde25d9cb589cd68d3cd3ccfc2f6c2a67 100644 (file)
@@ -182,7 +182,7 @@ class PhpTransliterationTest extends TestCase {
     ]);
     $transliteration = new PhpTransliteration(vfsStream::url('transliteration/dir'));
     $transliterated = $transliteration->transliterate(chr(0xC2) . chr(0x82), '../index');
-    $this->assertSame($transliterated, 'safe');
+    $this->assertSame('safe', $transliterated);
   }
 
 }