Example #1
0
 public function testTryGet()
 {
     $array = new BitArray(5);
     $this->assertEquals(0, $array->tryGet(6));
 }