/**
  * Set up the test
  */
 public function setUp()
 {
     parent::setUp();
     $this->form = new MediaSelectFormatType($this->thumbnailConfig);
 }
 /**
  * Set up the test
  */
 public function setUp()
 {
     parent::setUp();
     $this->form = new MediaCropType($this->thumbnailConfig);
 }