Home
last modified time | relevance | path

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

/plugin/latexport/_test/
H A Ddecorator_includer.test.php71 $this->assertEquals(new CommandInternalLink(
174 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalLink(DecoratorIncluder…
230 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalLink(DecoratorIncluder…
H A Ddecorator_mock.php80 $this->listOfCommands->enqueue(new CommandInternalLink($link, $title));
H A Dcommand.php78 class CommandInternalLink extends TexCommand { class