From 21824a02072d5c39af11ff15773926232362047c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 05:17:14 +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=A0=B7=E5=BC=8F?= =?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 --- ...tionPartialsShouldKeepClassSupportTest.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Feature/AdminPlatformOrderActionPartialsShouldKeepClassSupportTest.php diff --git a/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepClassSupportTest.php b/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepClassSupportTest.php new file mode 100644 index 0000000..2da8f00 --- /dev/null +++ b/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepClassSupportTest.php @@ -0,0 +1,20 @@ +assertStringContainsString('class="{{ $class ??', $summaryPartial); + $this->assertStringContainsString('class="{{ $class ??', $toolPartial); + } +}