Esempio n. 1
0
 /**
  * @return void
  */
 public function testGetLocales()
 {
     $locales = $this->Store->getLocales();
     $this->assertSame($locales['de'], 'de_DE');
 }