Exemplo n.º 1
0
 public function testGettingId()
 {
     $locale = new Locale('en_US');
     $this->assertSame('en_US', $locale->getId());
 }