You are here

public function AuthcacheP13nTestCoreServiceStub::drupalBootstrap in Authenticated User Page Caching (Authcache) 7.2

Ensures Drupal is bootstrapped to the specified phase.

Overrides AuthcacheP13nCoreServiceInterface::drupalBootstrap

See also

drupal_bootstrap()

File

modules/authcache_p13n/tests/authcache_p13n.stub.inc, line 215
Stub classes for testing.

Class

AuthcacheP13nTestCoreServiceStub
Stub class for core services.

Code

public function drupalBootstrap($phase = NULL, $new_phase = TRUE) {
  return $this->observer
    ->record($this, __FUNCTION__, func_get_args());
}