You are here

public static property TreeTableTest::$testViews in Views tree 8.2

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/Plugin/views/style/TreeTableTest.php, line 20

Class

TreeTableTest
Tests the views tree list style plugin.

Namespace

Drupal\Tests\views_tree\Kernel\Plugin\views\style

Code

public static $testViews = [
  'views_tree_test',
];