Searched refs:decoratorIncluder (Results 1 – 1 of 1) sorted by relevance
21 private $decoratorIncluder; variable in DecoratorIncluderTest30 $this->decoratorIncluder = new DecoratorIncluder($this->includes, $this->decoratorMock);34 $this->decoratorIncluder->listu_open();35 $this->decoratorIncluder->listitem_open(1);36 $this->decoratorIncluder->listcontent_open();38 $this->decoratorIncluder->cdata(' ');39 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);41 $this->decoratorIncluder->listcontent_close();42 $this->decoratorIncluder->listitem_close();43 $this->decoratorIncluder->listu_close();[all …]