Ejemplo n.º 1
0
 /**
  * Get elements
  */
 public function testGetElements()
 {
     $oCell = new Cell('section', 1);
     $this->assertInternalType('array', $oCell->getElements());
 }