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); + } +}