Skip to content
Snippets Groups Projects
Verified Commit 5a1de8b7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3421206 by karanpagare, GafgarionMorua, smustgrave, joachim, longwave:...

Issue #3421206 by karanpagare, GafgarionMorua, smustgrave, joachim, longwave: incorrect docs for LocaleConfigSubscriberTest::assertTranslation()

(cherry picked from commit 21831766)
parent 822996f7
Branches
Tags
7 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words
Pipeline #108922 passed
Pipeline: drupal

#108945

    Pipeline: drupal

    #108941

      Pipeline: drupal

      #108936

        +1
        ...@@ -458,7 +458,7 @@ protected function assertNoTranslation(string $config_name, string $langcode): v ...@@ -458,7 +458,7 @@ protected function assertNoTranslation(string $config_name, string $langcode): v
        } }
        /** /**
        * Ensures a translation exists and is marked as customized. * Asserts if a specific translation exists and its customization status.
        * *
        * @param string $config_name * @param string $config_name
        * The configuration name. * The configuration name.
        ...@@ -467,8 +467,7 @@ protected function assertNoTranslation(string $config_name, string $langcode): v ...@@ -467,8 +467,7 @@ protected function assertNoTranslation(string $config_name, string $langcode): v
        * @param string $langcode * @param string $langcode
        * The language code. * The language code.
        * @param bool $customized * @param bool $customized
        * Whether or not the string should be asserted to be customized or not * (optional) Asserts if the translation is customized or not.
        * customized.
        * *
        * @internal * @internal
        */ */
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment