Exemplo n.º 1
0
 public function testLocales()
 {
     $this->translatable->setLocales($locales = ['fr_FR']);
     $this->assertSame($locales, $this->translatable->getLocales());
     $this->assertNull($this->translatable->getLocale());
 }