From dbce2d034ac117d243c305234cd123373aa03625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Fri, 10 Aug 2018 15:22:40 +0800 Subject: [PATCH] Update SubmailGatewayTest.php --- tests/Gateways/SubmailGatewayTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Gateways/SubmailGatewayTest.php b/tests/Gateways/SubmailGatewayTest.php index 8c4f1df..a12ef03 100644 --- a/tests/Gateways/SubmailGatewayTest.php +++ b/tests/Gateways/SubmailGatewayTest.php @@ -77,7 +77,7 @@ class SubmailGatewayTest extends TestCase 'signature' => 'mock-app-key', 'project' => 'mock-project', 'to' => new PhoneNumber(18188888888), - 'vars' => json_encode(['code' => '123456', 'time' => '15']), + 'vars' => json_encode(['code' => '123456', 'time' => '15', 'project' => 'mock-project']), ])->andReturn([ 'status' => 'success', 'send_id' => '093c0a7df143c087d6cba9cdf0cf3738', -- GitLab