Searched refs:CommandTableCellClose (Results 1 – 3 of 3) sorted by relevance
/plugin/latexport/_test/ |
H A D | decorator_tables.test.php | 81 $this->assertEquals(new CommandTableCellClose(), $this->decoratorMock->nextCommand()); 83 $this->assertEquals(new CommandTableCellClose(), $this->decoratorMock->nextCommand()); 85 $this->assertEquals(new CommandTableCellClose(), $this->decoratorMock->nextCommand()); 132 $this->assertEquals(new CommandTableCellClose(), $this->decoratorMock->nextCommand()); 134 $this->assertEquals(new CommandTableCellClose(), $this->decoratorMock->nextCommand()); 136 $this->assertEquals(new CommandTableCellClose(), $this->decoratorMock->nextCommand()); 195 $this->assertEquals(new CommandTableCellClose(), $this->decoratorMock->nextCommand()); 197 $this->assertEquals(new CommandTableCellClose(), $this->decoratorMock->nextCommand()); 199 $this->assertEquals(new CommandTableCellClose(), $this->decoratorMock->nextCommand()); 206 $this->assertEquals(new CommandTableCellClose(), $this->decoratorMock->nextCommand()); [all …]
|
H A D | decorator_mock.php | 199 $this->listOfCommands->enqueue(new CommandTableCellClose());
|
H A D | command.php | 250 class CommandTableCellClose extends TexCommand { class
|