You are here

public function AuthcacheFormTestCacheLifespan::setUp in Authenticated User Page Caching (Authcache) 7.2

Setup test class.

Overrides DrupalWebTestCase::setUp

File

modules/authcache_form/tests/authcache_form.test, line 824
Test classes for Authcache Form module.

Class

AuthcacheFormTestCacheLifespan
Test form extended lifespan.

Code

public function setUp() {
  parent::setUp('authcache_form', 'authcache_p13n', 'authcache_form_test');

  // HookStub.
  $this->stubmod = new ModuleStub('authcache_form_test');
}