From 04f3fc2ef4b77884732bb2181c7768871efa6a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 01:07:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=89=B9=E9=87=8F=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=8C=89=E9=92=AE=E6=97=A0=E5=9B=9E=E6=89=A7=E5=B9=BF?= =?UTF-8?q?=E4=B9=89=E5=91=BD=E5=90=8D=E8=AF=AD=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...uttonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php b/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php index cd96b66..1f508f8 100644 --- a/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php +++ b/tests/Feature/AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnlyOrReceiptNoneTest.php @@ -81,7 +81,7 @@ class AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnly $merchant = Merchant::query()->firstOrFail(); $plan = Plan::query()->create([ 'code' => 'po_index_batch_sync_btn_disable_receipt_none_plan', - 'name' => '批量同步按钮禁用无回执测试套餐', + 'name' => '批量同步按钮禁用无回执(广义)测试套餐', 'billing_cycle' => 'monthly', 'price' => 10, 'list_price' => 10, @@ -106,7 +106,7 @@ class AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnly 'placed_at' => now(), 'paid_at' => now(), 'activated_at' => now(), - // meta 为空 => 无回执 + // meta 为空 => 无回执(广义) 'meta' => [], ]);