public function testGetDefaultOptions()
 {
     $stub = $this->getMock('Symfony\\Component\\Translation\\TranslatorInterface');
     $formType = new DateTimeRangeType($stub);
     $this->assertTrue(is_array($formType->getDefaultOptions()));
 }