Home
last modified time | relevance | path

Searched refs:CommandPClose (Results 1 – 4 of 4) sorted by relevance

/plugin/latexport/_test/
H A Ddecorator_images.test.php34 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose());
50 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose());
66 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandPClose());
H A Ddecorator_tables.test.php33 $this->assertEquals(new CommandPClose(), $this->decoratorMock->nextCommand());
37 $this->assertEquals(new CommandPClose(), $this->decoratorMock->nextCommand());
H A Ddecorator_mock.php48 $this->listOfCommands->enqueue(new CommandPClose());
H A Dcommand.php66 class CommandPClose extends TexCommand { class