Esempio n. 1
0
 public function testGetCountries()
 {
     $countries = StubLocale::getCountries();
     $this->assertTrue(in_array('BR', $countries));
 }