Exemplo n.º 1
0
 public function testLocaleWithoutTranslation()
 {
     $this->translatable->setLocales(['fr_FR']);
     $this->translatable->setFallbackLocale('en_EN');
     $this->assertNull($this->translatable->getLocale());
 }