You are here

public static property BulkFormTest::$testViews in Drupal 8

Same name in this branch
  1. 8 core/modules/node/tests/src/Functional/Views/BulkFormTest.php \Drupal\Tests\node\Functional\Views\BulkFormTest::testViews
  2. 8 core/modules/user/tests/src/Functional/Views/BulkFormTest.php \Drupal\Tests\user\Functional\Views\BulkFormTest::testViews
Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Functional/Views/BulkFormTest.php \Drupal\Tests\user\Functional\Views\BulkFormTest::testViews

Views used by this test.

Type: array

File

core/modules/user/tests/src/Functional/Views/BulkFormTest.php, line 34

Class

BulkFormTest
Tests a user bulk form.

Namespace

Drupal\Tests\user\Functional\Views

Code

public static $testViews = [
  'test_user_bulk_form',
  'test_user_bulk_form_combine_filter',
];