public function testGetShippingPref_保有フラグがONの場合_商品のある配送情報のみ取得する()
 {
     $this->setUpShipping($this->getMultipleShipping());
     $this->expected = array('東京都', '沖縄県');
     $this->actual = SC_Helper_Purchase::getShippingPref(TRUE);
     $this->verify('配送先の都道府県');
 }