Searched refs:CommandListContentClose (Results 1 – 3 of 3) sorted by relevance
74 $this->assertEquals(new CommandListContentClose(), $this->decoratorMock->nextCommand());103 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());109 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());142 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());146 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());175 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());231 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());237 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListContentClose());
127 $this->listOfCommands->enqueue(new CommandListContentClose());
105 class CommandListContentClose extends TexCommand { class