Home
last modified time | relevance | path

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

/plugin/latexport/_test/
H A Ddecorator_images.test.php33 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S1", "Title1", …
47 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S1", "Title1", …
49 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S2", "Title2", …
64 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S1", "Title1", …
65 …$this->assertEquals($this->decoratorMock->nextCommand(), new CommandInternalMedia("S2", "Title2", …
H A Ddecorator_mock.php90 $this->listOfCommands->enqueue(new CommandInternalMedia($src, $title, $align, $width, $height,
H A Dcommand.php267 class CommandInternalMedia extends TexCommand { class