public static property AreaResultTest::$testViews in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Kernel/Handler/AreaResultTest.php \Drupal\Tests\views\Kernel\Handler\AreaResultTest::testViews
- 10 core/modules/views/tests/src/Kernel/Handler/AreaResultTest.php \Drupal\Tests\views\Kernel\Handler\AreaResultTest::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/ Handler/ AreaResultTest.php, line 19
Class
- AreaResultTest
- Tests the result area handler.
Namespace
Drupal\Tests\views\Kernel\HandlerCode
public static $testViews = [
'test_area_result',
];