public function testSetBulletSize() { $this->cursor->setBulletSize(8); $this->assertEquals(8, $this->cursor->getBulletSize()); }