protected property ViewStorageTest::$configProperties in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Kernel/ViewStorageTest.php \Drupal\Tests\views\Kernel\ViewStorageTest::configProperties
- 10 core/modules/views/tests/src/Kernel/ViewStorageTest.php \Drupal\Tests\views\Kernel\ViewStorageTest::configProperties
Properties that should be stored in the configuration.
Type: array
File
- core/
modules/ views/ tests/ src/ Kernel/ ViewStorageTest.php, line 25
Class
- ViewStorageTest
- Tests the CRUD functionality for a view.
Namespace
Drupal\Tests\views\KernelCode
protected $configProperties = [
'status',
'module',
'id',
'description',
'tag',
'base_table',
'label',
'display',
];