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 06b6921 commit f48141dCopy full SHA for f48141d
tests/Integration/Console/Scheduling/ScheduleListCommandTest.php
@@ -17,7 +17,7 @@ protected function setUp(): void
17
{
18
parent::setUp();
19
20
- Carbon::setTestNow(now()->startOfYear());
+ Carbon::setTestNow('2023-1-1');
21
ScheduleListCommand::resolveTerminalWidthUsing(fn () => 80);
22
23
$this->schedule = $this->app->make(Schedule::class);
0 commit comments