You are here

public function AuthcacheP13nTestStubVerifyer::expect in Authenticated User Page Caching (Authcache) 7.2

Add an expectation.

File

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

Class

AuthcacheP13nTestStubVerifyer
Simple invocation verifier class.

Code

public function expect($checkfunc, $message = NULL) {
  $this->checks[] = $checkfunc;
  return $this;
}