You are here

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

Return recorded invocations.

File

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

Class

AuthcacheP13nTestStubObserver
Simple invocation recorder class.

Code

public function invocations($name) {
  return $this->invocations[$name];
}