Home
last modified time | relevance | path

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

/plugin/latexport/_test/
H A Ddecorator_includer.test.php76 $this->assertEquals(new CommandListUClose(), $this->decoratorMock->nextCommand());
112 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose());
144 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose());
148 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose());
177 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose());
H A Ddecorator_mock.php115 $this->listOfCommands->enqueue(new CommandListUClose());
H A Dcommand.php117 class CommandListUClose extends TexCommand { class