You are here

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

Same name in this branch
  1. 8 core/modules/page_cache/src/Tests/PageCacheTest.php \Drupal\page_cache\Tests\PageCacheTest::modules
  2. 8 core/modules/rest/src/Tests/PageCacheTest.php \Drupal\rest\Tests\PageCacheTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/rest/src/Tests/PageCacheTest.php \Drupal\rest\Tests\PageCacheTest::modules

Modules to install.

Type: array

Overrides RESTTestBase::$modules

File

core/modules/rest/src/Tests/PageCacheTest.php, line 22
Contains \Drupal\rest\Tests\PageCacheTest.

Class

PageCacheTest
Tests page caching for REST GET requests.

Namespace

Drupal\rest\Tests

Code

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