コード例 #1
0
ファイル: BitmapTest.php プロジェクト: sokil/php-bitmap
 public function testSetBits()
 {
     $bitmap = new Bitmap();
     $this->assertEquals(10, $bitmap->setBits(array(1, 3))->getInt());
 }