You are here

protected static property StyleSerializerTest::$modules in Drupal 10

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

Modules to install.

Type: array

Overrides ViewTestBase::$modules

File

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

Class

StyleSerializerTest
Tests the serializer style plugin.

Namespace

Drupal\Tests\rest\Functional\Views

Code

protected static $modules = [
  'views_ui',
  'entity_test',
  'rest_test_views',
  'node',
  'text',
  'field',
  'language',
  'basic_auth',
];