public function testGetCountryCode()
 {
     $this->formatter->setPhoneNumber($this->phoneNumber);
     $this->assertEquals('+11', $this->formatter->getCountryCode());
 }