Home
last modified time | relevance | path

Searched refs:CommandTableCellClose (Results 1 – 3 of 3) sorted by relevance

/plugin/latexport/_test/
H A Ddecorator_tables.test.php81 $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 Ddecorator_mock.php199 $this->listOfCommands->enqueue(new CommandTableCellClose());
H A Dcommand.php250 class CommandTableCellClose extends TexCommand { class