Пример #1
0
 public function __construct(CountryInterface $country, SubdivisionInterface $state)
 {
     parent::__construct($country);
     $this->state = $state;
 }
Пример #2
0
 public function testGetLocation()
 {
     $this->assertEquals('BR', $this->location->getLocation());
 }