You are here

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

Prepare test case.

Overrides DrupalWebTestCase::setUp

File

modules/authcache_ajax/tests/authcache_ajax.test, line 28
Tests for Ajax markup generator

Class

AuthcacheAjaxTestCase
Test authcache ajax

Code

public function setUp() {
  parent::setUp('authcache_ajax', 'authcache_ajax_test');

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