Ejemplo n.º 1
0
 public function testSetBulletsEnabled()
 {
     $this->cursor->setBulletsEnabled(true);
     $this->assertTrue($this->cursor->isBulletsEnabled());
     $this->cursor->setBulletsEnabled(false);
     $this->assertFalse($this->cursor->isBulletsEnabled());
 }