/**
  * Set up the test
  */
 public function setUp()
 {
     parent::setUp();
     $this->manager = new FFmpegVideoManager(FFMpeg::create());
 }
 /**
  * Set up the test
  */
 public function setUp()
 {
     parent::setUp();
     $this->manager = new ImagickImageManager(new ImagickFactory(), 5000, 5000);
 }