public function testCrop() { $i = new Imagick(__DIR__ . '/../tmp/test.jpg'); $i->crop(100, 50); $this->assertEquals(100, $i->getWidth()); }