Home
last modified time | relevance | path

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

/plugin/latexport/_test/
H A Ddecorator_includer.test.php16 const TITLE2 = "A second page"; define in DecoratorIncluderTest
157 …this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK2, DecoratorIncluderTest::TITLE2);
184 $this->assertEquals($link->getTitle(), DecoratorIncluderTest::TITLE2, "Title is not as expected");
195 …this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK2, DecoratorIncluderTest::TITLE2);