示例#1
0
 /**
  * @expectedException \ImgMan\Core\Exception\ImageException
  */
 public function testImagickAdapterImageExceptionSetBlob()
 {
     $this->adapter->setAdapter($this->getMockImagick());
     $this->assertFalse($this->adapter->setBlob($this->image));
 }