public function testGetPaymentsByPaymentsId_削除されている支払IDを指定した場合_結果が空になる() { $payment_id = '1002'; // 削除済みのID $this->expected = null; $helper = new SC_Helper_Purchase(); $this->actual = $helper->getPaymentsByPaymentsId($payment_id); $this->verify('支払方法'); }