function FormsFormStoragePageCacheTestCase::setUp

Overrides DrupalWebTestCase::setUp

File

modules/simpletest/tests/form.test, line 1360

Class

FormsFormStoragePageCacheTestCase
Test the form storage when page caching for anonymous users is turned on.

Code

public function setUp() {
    parent::setUp('form_test');
    variable_set('cache', TRUE);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.