From 085d3324fd90c4dd3b4ec566f53822ff194bfd26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 00:23:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=BC=BA=E6=89=B9=E9=87=8F=E4=BB=85?= =?UTF-8?q?=E7=94=9F=E6=95=88=E6=97=A0=E5=9B=9E=E6=89=A7=E5=B9=BF=E4=B9=89?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=8A=A4=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...derBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Feature/AdminPlatformOrderBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest.php b/tests/Feature/AdminPlatformOrderBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest.php index 62801df..b0f5747 100644 --- a/tests/Feature/AdminPlatformOrderBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest.php +++ b/tests/Feature/AdminPlatformOrderBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest.php @@ -34,5 +34,6 @@ class AdminPlatformOrderBatchMarkActivatedShouldBlockWhenReceiptStatusNoneTest e $res->assertRedirect(); $res->assertSessionHas('warning'); + $this->assertStringContainsString('无回执(广义)', (string) session('warning')); } }