예제 #1
0
 /**
  * Test setCellHeight
  */
 public function testSetCellHeightInvalid()
 {
     $this->setExpectedException('Exception');
     $instance = new GanttChart();
     $if = $instance->setCellHeight('invalid_value');
     $this->assertInstanceOf('\\Exception', $if);
 }