function FormStoragePageCacheTest::setUp
Overrides BrowserTestBase::setUp
File
-
core/
modules/ system/ tests/ src/ Functional/ Form/ FormStoragePageCacheTest.php, line 29
Class
- FormStoragePageCacheTest
- Tests form storage from cached pages.
Namespace
Drupal\Tests\system\Functional\FormCode
protected function setUp() : void {
parent::setUp();
$config = $this->config('system.performance');
$config->set('cache.page.max_age', 300);
$config->save();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.