Inheritance: implements Potsky\LaravelLocalizationHelpers\Factory\TranslatorInterface
 /**
  *
  */
 public function testRealCaseWithDefaultLanguage()
 {
     $translator = new Translator('Microsoft', array('default_language' => 'fr'));
     $this->assertEquals('Fleisch', $translator->translate('chair', 'de'));
 }