コード例 #1
0
 /**
  * @test(expectedFail=true)
  * @profile(fork)
  */
 public function testAssertBooleanFailed()
 {
     assertBoolean('true');
 }
コード例 #2
0
 /**
  * @test
  */
 public function testBoolean()
 {
     assertBoolean($this->testBoolean);
 }