Exemplo n.º 1
0
 /**
  * @covers ::getCountryCode
  */
 public function testGetCountryCode()
 {
     $this->assertSame('nl', $this->sut->getCountryCode());
 }