ItemsPerPageTest::$configSchemaCheckerExclusions

Same name and namespace in other branches
  1. 11.x core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php \Drupal\Tests\views\Functional\Wizard\ItemsPerPageTest::configSchemaCheckerExclusions

Type: configSchemaCheckerExclusions

Overrides TestSetupTrait::$configSchemaCheckerExclusions

File

core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php, line 27

Class

ItemsPerPageTest
Tests that the views wizard can specify the number of items per page.

Namespace

Drupal\Tests\views\Functional\Wizard

Code

protected static $configSchemaCheckerExclusions = [
  // To be able to test with the now invalid:
  // - `items_per_page: 'none'`
  // - `items_per_page: '5'`
'block.block.views_block_items_per_page_test_with_historical_override',
];

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