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