Home
last modified time | relevance | path

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

/plugin/latexport/_test/
H A Ddecorator_includer.test.php67 $this->assertEquals(new CommandListUOpen(), $this->decoratorMock->nextCommand());
98 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen());
134 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen());
138 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen());
170 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUOpen());
H A Ddecorator_mock.php111 $this->listOfCommands->enqueue(new CommandListUOpen());
H A Dcommand.php35 class CommandListUOpen extends TexCommand { class