Quellcode durchsuchen

revert, this one actually was correct

El RIDO vor 3 Jahren
Ursprung
Commit
5b3d61cedc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tst/I18nTest.php

+ 1 - 1
tst/I18nTest.php

@@ -189,7 +189,7 @@ class I18nTest extends TestCase
             foreach (array_keys($languages) as $language) {
                 // most languages don't translate the data size units, ignore those
                 if ($messageId !== 'B' && strlen($messageId) !== 3 && strpos($messageId, 'B', 2) !== 2) {
-                    $this->assertStringContainsString(
+                    $this->assertContains(
                         $messageId,
                         $languages[$language],
                         "message ID '$messageId' exists in translation file $language.json"