diff --git a/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepLabelSupportTest.php b/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepLabelSupportTest.php new file mode 100644 index 0000000..5f4d8ba --- /dev/null +++ b/tests/Feature/AdminPlatformOrderActionPartialsShouldKeepLabelSupportTest.php @@ -0,0 +1,20 @@ +assertStringContainsString('{{ $label ??', $summaryPartial); + $this->assertStringContainsString('{{ $label ??', $toolPartial); + } +}