Ejemplo n.º 1
0
 /**
  * @test
  */
 public function toogleTest2()
 {
     $this->assertTrue($this->bitmask->toogle(73) === $this->bitmask);
 }