You are here

public static property RedirectTest::$testViews in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views_ui/tests/src/Functional/RedirectTest.php \Drupal\Tests\views_ui\Functional\RedirectTest::testViews

Views used by this test.

Type: array

File

core/modules/views_ui/tests/src/Functional/RedirectTest.php, line 17

Class

RedirectTest
Tests the redirecting after saving a views.

Namespace

Drupal\Tests\views_ui\Functional

Code

public static $testViews = [
  'test_view',
  'test_redirect_view',
];