LanguageUILanguageNegotiationTest::$configSchemaCheckerExclusions

Same name in other branches
  1. 11.x core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php \Drupal\Tests\language\Functional\LanguageUILanguageNegotiationTest::configSchemaCheckerExclusions

Type: configSchemaCheckerExclusions

Overrides TestSetupTrait::$configSchemaCheckerExclusions

File

core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php, line 51

Class

LanguageUILanguageNegotiationTest
Tests the language UI for language switching.

Namespace

Drupal\Tests\language\Functional

Code

protected static $configSchemaCheckerExclusions = [
    // Necessary to allow setting `selected_langcode` to NULL.
    // @see testUILanguageNegotiation()
'language.negotiation',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.