Lines Matching refs:DecoratorIncluderTest

10 class DecoratorIncluderTest extends DokuWikiTest {  class
39 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
49 $this->assertEquals(DecoratorIncluderTest::LINK, $link->getLink(), "Link");
50 …$this->assertEquals(DecoratorIncluderTest::TITLE, $link->getTitle(), "Title is not as expe…
59 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
72 DecoratorIncluderTest::LINK,
73 DecoratorIncluderTest::TITLE), $this->decoratorMock->nextCommand());
157 …$this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK2, DecoratorIncluderTest::TITLE2…
164 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
174 …oratorMock->nextCommand(), new CommandInternalLink(DecoratorIncluderTest::LINK, DecoratorIncluderT…
183 $this->assertEquals($link->getLink(), DecoratorIncluderTest::LINK2, "Link is not as expected");
184 $this->assertEquals($link->getTitle(), DecoratorIncluderTest::TITLE2, "Title is not as expected");
195 …$this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK2, DecoratorIncluderTest::TITLE2…
214 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
230 …oratorMock->nextCommand(), new CommandInternalLink(DecoratorIncluderTest::LINK, DecoratorIncluderT…
256 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
273 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);