/**
  * @test(expectedFail=true)
  * @profile(fork)
  */
 public function testAssertBooleanFailed()
 {
     assertBoolean('true');
 }
 /**
  * @test
  */
 public function testBoolean()
 {
     assertBoolean($this->testBoolean);
 }