public function testSetCategoryBalloonEnabled() { $this->cursor->setCategoryBalloonEnabled(true); $this->assertTrue($this->cursor->isCategoryBalloonEnabled()); $this->cursor->setCategoryBalloonEnabled(false); $this->assertFalse($this->cursor->isCategoryBalloonEnabled()); }