You are here

public static property StyleSerializerTest::$modules in Zircon Profile 8

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

Modules to install.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/rest/src/Tests/Views/StyleSerializerTest.php, line 46
Contains \Drupal\rest\Tests\Views\StyleSerializerTest.

Class

StyleSerializerTest
Tests the serializer style plugin.

Namespace

Drupal\rest\Tests\Views

Code

public static $modules = array(
  'views_ui',
  'entity_test',
  'hal',
  'rest_test_views',
  'node',
  'text',
  'field',
);