Searched refs:CommandInternalMedia (Results 1 – 3 of 3) sorted by relevance
/plugin/latexport/_test/ |
H A D | decorator_images.test.php | 33 …$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 D | decorator_mock.php | 90 $this->listOfCommands->enqueue(new CommandInternalMedia($src, $title, $align, $width, $height,
|
H A D | command.php | 267 class CommandInternalMedia extends TexCommand { class
|