Searched refs:CommandPClose (Results 1 – 4 of 4) sorted by relevance
34 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose());50 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose());66 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose());
33 $this->assertEquals(new CommandPClose(), $this->decoratorMock->nextCommand());37 $this->assertEquals(new CommandPClose(), $this->decoratorMock->nextCommand());
48 $this->listOfCommands->enqueue(new CommandPClose());
66 class CommandPClose extends TexCommand { class