コード例 #1
0
ファイル: CellTest.php プロジェクト: kaantunc/MYK-BOR
 /**
  * Get elements
  */
 public function testGetElements()
 {
     $oCell = new Cell('section', 1);
     $this->assertInternalType('array', $oCell->getElements());
 }