From 776348d7e0196a1545f470f70271100affe8c29b Mon Sep 17 00:00:00 2001 From: yangrz Date: Mon, 22 Aug 2022 11:25:52 +0800 Subject: [PATCH] =?UTF-8?q?test=E6=89=93=E5=8D=B0=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/Cases/CCBTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Cases/CCBTest.php b/test/Cases/CCBTest.php index 7ad242b..d83feb2 100644 --- a/test/Cases/CCBTest.php +++ b/test/Cases/CCBTest.php @@ -94,6 +94,7 @@ class CCBTest extends HttpTestCase public function testCreateCcbPayment() { $ccb = ApplicationContext::getContainer()->get(CcbPaymentService::class); - $ccb->createCcbPayment('415142026151948289', 193155); + $resul = $ccb->createCcbPayment('415142026151948289', 193155); + var_export($resul); } } \ No newline at end of file