You are here

public static property FieldCounterTest::$testViews in Drupal 8

Same name in this branch
  1. 8 core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php \Drupal\Tests\views\Kernel\Handler\FieldCounterTest::testViews
  2. 8 core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php \Drupal\Tests\rest\Functional\Views\FieldCounterTest::testViews
Same name and namespace in other branches
  1. 9 core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php \Drupal\Tests\rest\Functional\Views\FieldCounterTest::testViews
  2. 10 core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php \Drupal\Tests\rest\Functional\Views\FieldCounterTest::testViews

The views that are used by this test.

Type: array

File

core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php, line 29

Class

FieldCounterTest
Tests the display of counter field.

Namespace

Drupal\Tests\rest\Functional\Views

Code

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