You are here

public static property ArgumentValidateTest::$testViews in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Tests/Views/ArgumentValidateTest.php \Drupal\user\Tests\Views\ArgumentValidateTest::testViews

Views used by this test.

Type: array

File

core/modules/user/src/Tests/Views/ArgumentValidateTest.php, line 26
Contains \Drupal\user\Tests\Views\ArgumentValidateTest.

Class

ArgumentValidateTest
Tests user argument validators for ID and name.

Namespace

Drupal\user\Tests\Views

Code

public static $testViews = array(
  'test_view_argument_validate_user',
  'test_view_argument_validate_username',
);