DisplayTest::$configSchemaCheckerExclusions

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

Type: configSchemaCheckerExclusions

Overrides TestSetupTrait::$configSchemaCheckerExclusions

File

core/modules/views/tests/src/Functional/Plugin/DisplayTest.php, line 36

Class

DisplayTest
Tests the basic display plugin.

Namespace

Drupal\Tests\views\Functional\Plugin

Code

protected static $configSchemaCheckerExclusions = [
    // The availability of Views display plugins is validated by the config
    // system, but one of our test cases saves a view with an invalid display
    // plugin ID, to see how Views handles that. Therefore, allow that one view
    // to be saved with an invalid display plugin without angering the config
    // schema checker.
    // @see ::testInvalidDisplayPlugins()
'views.view.test_display_invalid',
];

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