示例#1
0
 /**
  * Add text break
  */
 public function testAddTextBreak()
 {
     $oCell = new Cell('section', 1);
     $oCell->addTextBreak();
     $this->assertCount(1, $oCell->getElements());
 }