Home
last modified time | relevance | path

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

/plugin/latexport/_test/
H A Ddecorator_includer.test.php75 $this->assertEquals(new CommandListItemClose(), $this->decoratorMock->nextCommand());
104 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemClose());
110 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemClose());
143 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemClose());
147 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemClose());
176 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemClose());
232 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemClose());
238 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemClose());
H A Ddecorator_mock.php131 $this->listOfCommands->enqueue(new CommandListItemClose());
H A Dcommand.php111 class CommandListItemClose extends TexCommand { class