From e6898d298509699ed502e19cf5b18b22ea0b7083 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Wed, 26 Jun 2024 10:18:14 -0400 Subject: [PATCH] fabbot --- src/Turbo/tests/BroadcastTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Turbo/tests/BroadcastTest.php b/src/Turbo/tests/BroadcastTest.php index 50a9c4b0a1f..3fee2ec3a6a 100644 --- a/src/Turbo/tests/BroadcastTest.php +++ b/src/Turbo/tests/BroadcastTest.php @@ -27,7 +27,7 @@ class BroadcastTest extends PantherTestCase protected function setUp(): void { if (!file_exists(__DIR__.'/app/public/build')) { - throw new \Exception(\sprintf('Move into %s and execute Encore before running this test.', realpath(__DIR__.'/app'))); + throw new \Exception(\sprintf('Move into "%s" and execute Encore before running this test.', realpath(__DIR__.'/app'))); } parent::setUp();