/** * Test * * @test * * @return void */ public function getHeight() { $this->object = Karla::perform(PATH_TO_IMAGEMAGICK)->identify()->in($this->testDataPath . '/demo.jpg')->execute(true, false); $this->assertEquals(155, $this->object->getHeight()); }