Ejemplo n.º 1
0
 public function testSetBulletSize()
 {
     $this->cursor->setBulletSize(8);
     $this->assertEquals(8, $this->cursor->getBulletSize());
 }