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