Searched refs:CommandListItemOpen (Results 1 – 3 of 3) sorted by relevance
68 $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));
119 $this->listOfCommands->enqueue(new CommandListItemOpen($level, $node));
41 class CommandListItemOpen extends TexCommand { class