protected static property RateTypeAccessTest::$configSchemaCheckerExclusions in Rate 8
Same name and namespace in other branches
- 8.2 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 39
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',
];