3 generate_mock_once('HTMLPurifier_DefinitionCache');
5 class HTMLPurifier_DefinitionCache_DecoratorHarness
extends HTMLPurifier_DefinitionCacheHarness
9 $this->mock
= new HTMLPurifier_DefinitionCacheMock();
10 $this->mock
->type
= 'Test';
11 $this->cache
= $this->cache
->decorate($this->mock
);
12 $this->def
= $this->generateDefinition();
13 $this->config
= $this->generateConfigMock();