public static property RngViewsTest::$testViews in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 tests/src/Kernel/Views/RngViewsTest.php \Drupal\Tests\rng\Kernel\Views\RngViewsTest::testViews
- 3.x tests/src/Kernel/Views/RngViewsTest.php \Drupal\Tests\rng\Kernel\Views\RngViewsTest::testViews
Views to be enabled.
Test classes should override this property and provide the list of testing views.
Type: array
Overrides ViewsKernelTestBase::$testViews
File
- tests/
src/ Kernel/ Views/ RngViewsTest.php, line 32
Class
- RngViewsTest
- Tests RNG field plugins.
Namespace
Drupal\Tests\rng\Kernel\ViewsCode
public static $testViews = [
'test_rng',
];