Home
last modified time | relevance | path

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

/plugin/latexport/_test/
H A Ddecorator_includer.test.php74 $this->assertEquals(new CommandListContentClose(), $this->decoratorMock->nextCommand());
103 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());
109 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());
142 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());
146 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());
175 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());
231 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());
237 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());
H A Ddecorator_mock.php127 $this->listOfCommands->enqueue(new CommandListContentClose());
H A Dcommand.php105 class CommandListContentClose extends TexCommand { class