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