Modules to enable.
Type: array
Overrides ViewTestBase::$modules
File
- drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php, line 28
- 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',
);