Searched refs:CommandListUClose (Results 1 – 3 of 3) sorted by relevance
76 $this->assertEquals(new CommandListUClose(), $this->decoratorMock->nextCommand());112 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose());144 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose());148 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose());177 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandListUClose());
115 $this->listOfCommands->enqueue(new CommandListUClose());
117 class CommandListUClose extends TexCommand { class