public static property PageCacheTest::$modules in Zircon Profile 8.0
Same name in this branch
- 8.0 core/modules/page_cache/src/Tests/PageCacheTest.php \Drupal\page_cache\Tests\PageCacheTest::modules
- 8.0 core/modules/rest/src/Tests/PageCacheTest.php \Drupal\rest\Tests\PageCacheTest::modules
Same name and namespace in other branches
- 8 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\TestsCode
public static $modules = array(
'hal',
'rest',
'entity_test',
);