From ec7795325bdb2c4f55e96565287bde27b4430335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 05:21:07 +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=E9=93=BE=E6=8E=A5?= =?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 --- ...ctionPartialsShouldKeepHrefSupportTest.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Feature/AdminPlatformOrderActionPartialsShouldKeepHrefSupportTest.php diff --git a/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepHrefSupportTest.php b/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepHrefSupportTest.php new file mode 100644 index 0000000..b2cb520 --- /dev/null +++ b/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepHrefSupportTest.php @@ -0,0 +1,20 @@ +assertStringContainsString('href="{!! $href ??', $summaryPartial); + $this->assertStringContainsString('href="{{ $href ??', $toolPartial); + } +}