Example #1
0
 public function testSpecificLanguage()
 {
     $this->translator->setCurrentLanguage('fr');
     $this->assertEquals('salu', $this->translator->translate('hello'));
 }