ViewsMultiValueFieldUpdateTest::$configSchemaCheckerExclusions

Type: configSchemaCheckerExclusions

Overrides TestSetupTrait::$configSchemaCheckerExclusions

File

core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php, line 23

Class

ViewsMultiValueFieldUpdateTest
Tests the update path base class.

Namespace

Drupal\Tests\views\Functional\Update

Code

protected static $configSchemaCheckerExclusions = [
    // This config is broken intentionally.
'views.view.test_broken_config_multi_value',
    'views.view.test_another_broken_config_multi_value',
];

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