You are here

public static property UserPathTest::$testViews in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Functional/UserPathTest.php \Drupal\Tests\views\Functional\UserPathTest::testViews
  2. 10 core/modules/views/tests/src/Functional/UserPathTest.php \Drupal\Tests\views\Functional\UserPathTest::testViews

The test views to use.

Type: array

File

core/modules/views/tests/src/Functional/UserPathTest.php, line 27

Class

UserPathTest
Tests overriding user paths using wildcards.

Namespace

Drupal\Tests\views\Functional

Code

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