Searched refs:CommandListItemClose (Results 1 – 3 of 3) sorted by relevance
75 $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());
131 $this->listOfCommands->enqueue(new CommandListItemClose());
111 class CommandListItemClose extends TexCommand { class