Exemplo n.º 1
0
 public function testFallbackLocale()
 {
     $this->translatable->setFallbackLocale($fallbackLocale = 'fr_FR');
     $this->assertTrue($this->translatable->hasFallbackLocale());
     $this->assertSame($fallbackLocale, $this->translatable->getFallbackLocale());
 }