Searched refs:CommandTableRowClose (Results 1 – 3 of 3) sorted by relevance
76 $this->assertEquals(new CommandTableRowClose(), $this->decoratorMock->nextCommand());87 $this->assertEquals(new CommandTableRowClose(), $this->decoratorMock->nextCommand());127 $this->assertEquals(new CommandTableRowClose(), $this->decoratorMock->nextCommand());138 $this->assertEquals(new CommandTableRowClose(), $this->decoratorMock->nextCommand());190 $this->assertEquals(new CommandTableRowClose(), $this->decoratorMock->nextCommand());201 $this->assertEquals(new CommandTableRowClose(), $this->decoratorMock->nextCommand());212 $this->assertEquals(new CommandTableRowClose(), $this->decoratorMock->nextCommand());
183 $this->listOfCommands->enqueue(new CommandTableRowClose());
212 class CommandTableRowClose extends TexCommand { class