You are here

public function AuthcacheP13nTestStubObserver::__construct in Authenticated User Page Caching (Authcache) 7.2

Construct new stub observer instance.

File

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

Class

AuthcacheP13nTestStubObserver
Simple invocation recorder class.

Code

public function __construct() {
  $this->classes = array();
  $this->objects = array();
  $this->invocations = array();
  $this->returns = array();
}