public function testGetPayments_存在する配送業者IDを指定した場合_結果が正しい順序で取得できる() { $deliv_id = '1001'; $this->expected = array('1002', '1001'); $helper = new SC_Helper_Purchase(); $this->actual = $helper->getPayments($deliv_id); $this->verify('支払方法'); }