public static property SqlEntityLoadingTest::$testViews in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php \Drupal\Tests\views\Kernel\Plugin\SqlEntityLoadingTest::testViews
Views to be enabled.
Test classes should override this property and provide the list of testing views.
Type: array
Overrides ViewsKernelTestBase::$testViews
File
- core/
modules/ views/ tests/ src/ Kernel/ Plugin/ SqlEntityLoadingTest.php, line 27
Class
- SqlEntityLoadingTest
- Tests the loading of entities and entity revisions.
Namespace
Drupal\Tests\views\Kernel\PluginCode
public static $testViews = [
'base_and_revision',
];