Ejemplo n.º 1
0
 public function testSetCategoryBalloonDateFormat()
 {
     $dateFormat = 'MMM DD, YYYY';
     $this->cursor->setCategoryBalloonDateFormat($dateFormat);
     $this->assertEquals($dateFormat, $this->cursor->getCategoryBalloonDateFormat());
 }