You are here

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

Setup test class.

Overrides DrupalWebTestCase::setUp

File

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

Class

AuthcacheFormTestBaseFormIdToken
Test base form id token.

Code

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

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