Ejemplo n.º 1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testCheckBooleanWithException()
 {
     PhpMethod::checkBooleanWithException('myProperty', 1);
 }