/**
  * Set up the test
  */
 public function setUp()
 {
     parent::setUp();
     $this->form = new MediaSelectFormatType($this->thumbnailConfig);
 }
 /**
  * Test instance
  */
 public function testInstance()
 {
     parent::testInstance();
     $this->assertInstanceOf('OpenOrchestra\\MediaAdminBundle\\Form\\Type\\MediaSelectFormatType', $this->form);
 }