You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/System/ResponseGeneratorTest.php \Drupal\system\Tests\System\ResponseGeneratorTest::modules

Modules to install.

Type: array

Overrides RESTTestBase::$modules

File

core/modules/system/src/Tests/System/ResponseGeneratorTest.php, line 24
Contains \Drupal\system\Tests\System\ResponseGeneratorTest.

Class

ResponseGeneratorTest
Tests to see if generator header is added.

Namespace

Drupal\system\Tests\System

Code

public static $modules = array(
  'hal',
  'rest',
  'node',
);