protected function PageCacheTagsIntegrationTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php \Drupal\Tests\page_cache\Functional\PageCacheTagsIntegrationTest::setUp()
Overrides BrowserTestBase::setUp
File
- core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTagsIntegrationTest.php, line 30
Class
- PageCacheTagsIntegrationTest
- Enables the page cache and tests its cache tags in various scenarios.
Namespace
Drupal\Tests\page_cache\FunctionalCode
protected function setUp() {
parent::setUp();
$this
->enablePageCaching();
}