public static property EntityViewsWithMultivalueBasefieldTest::$testViews in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php \Drupal\Tests\views\Kernel\Entity\EntityViewsWithMultivalueBasefieldTest::testViews
- 10 core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php \Drupal\Tests\views\Kernel\Entity\EntityViewsWithMultivalueBasefieldTest::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/ Entity/ EntityViewsWithMultivalueBasefieldTest.php, line 24
Class
- EntityViewsWithMultivalueBasefieldTest
- Tests entity views with multivalue base fields.
Namespace
Drupal\Tests\views\Kernel\EntityCode
public static $testViews = [
'test_entity_multivalue_basefield',
];