Home
last modified time | relevance | path

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

/plugin/latexport/_test/
Ddecorator_tables.test.php15 private $decoratorTables; variable in DecoratorTablesTest
23 $this->decoratorTables = new DecoratorTables($this->decoratorMock);
27 $this->decoratorTables->p_close();
28 $this->decoratorTables->table_open(3, 0, 0);
29 $this->decoratorTables->p_close();
30 $this->decoratorTables->table_close();
31 $this->decoratorTables->p_close();
41 $this->decoratorTables->table_open(3, 0, 0);
43 $this->decoratorTables->tablerow_open();
44 $this->decoratorTables->tableheader_open(1, 1, 1);
[all …]