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