You are here

public static property StyleSerializerTest::$testViews in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php \Drupal\Tests\rest\Functional\Views\StyleSerializerTest::testViews

Views used by this test.

Type: array

File

core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php, line 61

Class

StyleSerializerTest
Tests the serializer style plugin.

Namespace

Drupal\Tests\rest\Functional\Views

Code

public static $testViews = [
  'test_serializer_display_field',
  'test_serializer_display_entity',
  'test_serializer_display_entity_translated',
  'test_serializer_node_display_field',
  'test_serializer_node_exposed_filter',
  'test_serializer_shared_path',
];