示例#1
0
 public function testSetOneBalloonOnly()
 {
     $this->cursor->setOneBalloonOnly(true);
     $this->assertTrue($this->cursor->hasOneBalloonOnly());
     $this->cursor->setOneBalloonOnly(false);
     $this->assertFalse($this->cursor->hasOneBalloonOnly());
 }