function DynamicPageCacheIntegrationTest::setUp
Overrides BrowserTestBase::setUp
File
- 
              core/
modules/ dynamic_page_cache/ tests/ src/ Functional/ DynamicPageCacheIntegrationTest.php, line 40  
Class
- DynamicPageCacheIntegrationTest
 - Enables the Dynamic Page Cache and tests it in various scenarios.
 
Namespace
Drupal\Tests\dynamic_page_cache\FunctionalCode
protected function setUp() : void {
  parent::setUp();
  // Uninstall the page_cache module; we want to test the Dynamic Page Cache
  // alone.
  \Drupal::service('module_installer')->uninstall([
    'page_cache',
  ]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.