/**
  * @covers phpDocumentor\Translator\Configuration::getLocale
  */
 public function testGetLocale()
 {
     $this->assertSame('en', $this->fixture->getLocale());
 }