assertTrue(bits_set(9, 1), "Wrong result"); $this->assertFalse(bits_set(9, 2), "Wrong result"); } }