Searched refs:decoratorTables (Results 1 – 1 of 1) sorted by relevance
15 private $decoratorTables; variable in DecoratorTablesTest23 $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 …]