예제 #1
0
 /**
  * Test
  *
  * @test
  * @expectedException InvalidArgumentException
  *
  * @return void
  */
 public function getHashWithInvalidAlgorithm()
 {
     $this->object = Karla::perform(PATH_TO_IMAGEMAGICK)->identify()->in($this->testDataPath . '/demo.jpg')->execute(true, false);
     $this->object->getHash('sha');
 }