You are here

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

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

Views used by this test.

Type: array

File

core/modules/views_ui/src/Tests/DefaultViewsTest.php, line 26
Contains \Drupal\views_ui\Tests\DefaultViewsTest.

Class

DefaultViewsTest
Tests enabling, disabling, and reverting default views via the listing page.

Namespace

Drupal\views_ui\Tests

Code

public static $testViews = array(
  'test_view_status',
  'test_page_display_menu',
  'test_page_display_arguments',
);