Exemple #1
0
 public function testUnsetBitsByMask()
 {
     $bitmap = new Bitmap(5);
     $this->assertEquals(1, $bitmap->unsetBitsByMask(4)->getInt());
 }