We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c01cb9 commit 59f44bdCopy full SHA for 59f44bd
src/Turbo/tests/BroadcastTest.php
@@ -27,7 +27,7 @@ class BroadcastTest extends PantherTestCase
27
protected function setUp(): void
28
{
29
if (!file_exists(__DIR__.'/app/public/build')) {
30
- 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')));
31
}
32
33
parent::setUp();
0 commit comments