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 d28bc76 commit 2e7699aCopy full SHA for 2e7699a
tests/Feature/Recorders/ServersTest.php
@@ -67,7 +67,7 @@
67
Pulse::handleExceptionsUsing(function () {
68
//
69
});
70
- Config::set('pulse.recorders.'.Servers::class . '.directories', ['/', '/nonexistent']);
+ Config::set('pulse.recorders.'.Servers::class.'.directories', ['/', '/nonexistent']);
71
Date::setTestNow(Date::now()->startOfMinute());
72
73
event(new SharedBeat(CarbonImmutable::now(), 'instance-id'));
0 commit comments