Home
last modified time | relevance | path

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

/plugin/latexport/_test/
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…
Ddecorator_mock.php80 $this->listOfCommands->enqueue(new CommandInternalLink($link, $title));
Dcommand.php78 class CommandInternalLink extends TexCommand { class