testLoadInvalidArgument() public method

 /**
  * @expectedException InvalidArgumentException
  * @expectedExceptionMessage Passed variable is not an instance of Imagick
  */
 public function testLoadInvalidArgument()
 {
     // We want to check also the specific exception message.
     parent::testLoadInvalidArgument();
 }