Exemplo n.º 1
0
 /**
  * @covers ::setCountryCodesPath
  * @covers ::getCountryCodesPath
  */
 public function testGetSetCountryCodesPath()
 {
     $options = new Options();
     $options->setCountryCodesPath('foo');
     $this->assertSame('foo', $options->getCountryCodesPath());
 }