You are here

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

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

Views used by this test.

Type: array

File

core/modules/node/src/Tests/Views/BulkFormAccessTest.php, line 37
Contains \Drupal\node\Tests\Views\BulkFormAccessTest.

Class

BulkFormAccessTest
Tests if entity access is respected on a node bulk operations form.

Namespace

Drupal\node\Tests\Views

Code

public static $testViews = array(
  'test_node_bulk_form',
);