public static property FieldOrLanguageJoinTest::$testViews in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php \Drupal\Tests\views\Kernel\Plugin\FieldOrLanguageJoinTest::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/ FieldOrLanguageJoinTest.php, line 19
Class
- FieldOrLanguageJoinTest
- Tests the "field OR language" join plugin.
Namespace
Drupal\Tests\views\Kernel\PluginCode
public static $testViews = [
'test_view',
];