Home
last modified time | relevance | path

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

/plugin/latexport/_test/
H A Ddecorator_includer.test.php68 $this->assertEquals(new CommandListItemOpen(1), $this->decoratorMock->nextCommand());
100 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemOpen(1));
106 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemOpen(1));
135 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemOpen(1));
139 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemOpen(2));
171 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemOpen(1));
228 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemOpen(1));
234 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListItemOpen(1));
H A Ddecorator_mock.php119 $this->listOfCommands->enqueue(new CommandListItemOpen($level, $node));
H A Dcommand.php41 class CommandListItemOpen extends TexCommand { class