Home
last modified time | relevance | path

Searched refs:DecoratorIncluderTest (Results 1 – 1 of 1) sorted by relevance

/plugin/latexport/_test/
Ddecorator_includer.test.php10 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…
[all …]