You are here

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

Setup test class.

Overrides DrupalWebTestCase::setUp

File

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

Class

AuthcacheFormTestTokenRemoval
Test form token removal method

Code

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

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