/**
  * Test instance
  */
 public function testInstance()
 {
     parent::testInstance();
     $this->assertInstanceOf('OpenOrchestra\\MediaAdminBundle\\Form\\Type\\MediaSelectFormatType', $this->form);
 }