public function test_住所に番地の説明が含まれる場合_町名が消去される()
 {
     $this->expected = array(array('state' => '8', 'city' => '猿島郡堺町', 'town' => ''));
     $this->actual = SC_Utils::sfGetAddress('3060433');
     $this->verify('郵便番号検索結果');
 }