Example #1
0
 public function testSetBits()
 {
     $bitmap = new Bitmap();
     $this->assertEquals(10, $bitmap->setBits(array(1, 3))->getInt());
 }