protected function AuthcacheP13nTestObjectResourcePreprocessorCase::resetPreprocessorInvocations in Authenticated User Page Caching (Authcache) 7.2
Reset invocation recordings.
1 call to AuthcacheP13nTestObjectResourcePreprocessorCase::resetPreprocessorInvocations()
- AuthcacheP13nTestObjectResourcePreprocessorCase::setUp in modules/
authcache_p13n/ tests/ authcache_p13n.object-resource-preprocessor.test - Sets up unit test environment.
File
- modules/
authcache_p13n/ tests/ authcache_p13n.object-resource-preprocessor.test, line 36 - Define test cases for object factory.
Class
- AuthcacheP13nTestObjectResourcePreprocessorCase
- Tests for object factory.
Code
protected function resetPreprocessorInvocations() {
$this->preprocessorInvocations = array();
}