Ejemplo n.º 1
0
 public function testSetZoomable()
 {
     $this->cursor->setZoomable(true);
     $this->assertTrue($this->cursor->isZoomable());
     $this->cursor->setZoomable(false);
     $this->assertFalse($this->cursor->isZoomable());
 }