protected static property RateTypeAccessTest::$configSchemaCheckerExclusions in Rate 8.2
Same name and namespace in other branches
- 8 tests/src/Kernel/RateTypeAccessTest.php \Drupal\Tests\rate\Kernel\RateTypeAccessTest::configSchemaCheckerExclusions
An array of config object names that are excluded from schema checking.
Type: string[]
Overrides KernelTestBase::$configSchemaCheckerExclusions
File
- tests/
src/ Kernel/ RateTypeAccessTest.php, line 40
Class
- RateTypeAccessTest
- Tests access control for vote_types defined in the Rate module.
Namespace
Drupal\Tests\rate\KernelCode
protected static $configSchemaCheckerExclusions = [
// Following are used to test lack of or partial schema. Where partial
// schema is provided, that is explicitly tested in specific tests.
'views.view.rate_results',
'views.view.rate_widgets_results',
'field.storage.node.field_rate_vote_deadline',
];