public function testSetZoomable() { $this->cursor->setZoomable(true); $this->assertTrue($this->cursor->isZoomable()); $this->cursor->setZoomable(false); $this->assertFalse($this->cursor->isZoomable()); }