From 59954d31c10b92703b37843aeaabbd7dad6deeb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 05:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=BC=BA=E5=B9=B3=E5=8F=B0=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=8A=A8=E4=BD=9C=E7=BB=84=E4=BB=B6=E6=96=87=E6=A1=88?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=8A=A4=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...tionPartialsShouldKeepLabelSupportTest.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Feature/AdminPlatformOrderActionPartialsShouldKeepLabelSupportTest.php diff --git a/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepLabelSupportTest.php b/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepLabelSupportTest.php new file mode 100644 index 0000000..5f4d8ba --- /dev/null +++ b/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepLabelSupportTest.php @@ -0,0 +1,20 @@ +assertStringContainsString('{{ $label ??', $summaryPartial); + $this->assertStringContainsString('{{ $label ??', $toolPartial); + } +}