You are here

public static property ViewExecutableTest::$testViews in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/ViewExecutableTest.php \Drupal\views\Tests\ViewExecutableTest::testViews

Views used by this test.

Type: array

File

core/modules/views/src/Tests/ViewExecutableTest.php, line 45
Contains \Drupal\views\Tests\ViewExecutableTest.

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\views\Tests

Code

public static $testViews = array(
  'test_destroy',
  'test_executable_displays',
);