From 1377edb2c0d2fd5fbc97578172c1deb0c8985ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 05:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=BC=BA=E5=B7=A5=E5=85=B7=E9=94=9A?= =?UTF-8?q?=E7=82=B9=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=E8=AF=AD=E4=B9=89?= =?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 --- ...ShouldKeepClassAndAriaLabelSupportTest.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/Feature/AdminPlatformOrderToolAnchorButtonShouldKeepClassAndAriaLabelSupportTest.php diff --git a/tests/Feature/AdminPlatformOrderToolAnchorButtonShouldKeepClassAndAriaLabelSupportTest.php b/tests/Feature/AdminPlatformOrderToolAnchorButtonShouldKeepClassAndAriaLabelSupportTest.php new file mode 100644 index 0000000..27c190a --- /dev/null +++ b/tests/Feature/AdminPlatformOrderToolAnchorButtonShouldKeepClassAndAriaLabelSupportTest.php @@ -0,0 +1,19 @@ +assertStringContainsString('class="{{ $class ??', $partial); + $this->assertStringContainsString('aria-label="{{ $ariaLabel }}"', $partial); + } +}