Ejemplo n.º 1
0
 public function testSetPanEnabled()
 {
     $this->cursor->setPanEnabled(true);
     $this->assertTrue($this->cursor->isPanEnabled());
     $this->cursor->setPanEnabled(false);
     $this->assertFalse($this->cursor->isPanEnabled());
 }