You are here

protected property ViewExecutableTest::$configProperties in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Kernel/ViewExecutableTest.php \Drupal\Tests\views\Kernel\ViewExecutableTest::configProperties
  2. 9 core/modules/views/tests/src/Kernel/ViewExecutableTest.php \Drupal\Tests\views\Kernel\ViewExecutableTest::configProperties

Properties that should be stored in the configuration.

Type: array

File

core/modules/views/tests/src/Kernel/ViewExecutableTest.php, line 58

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\Tests\views\Kernel

Code

protected $configProperties = [
  'disabled',
  'name',
  'description',
  'tag',
  'base_table',
  'label',
  'core',
  'display',
];