This commit is contained in:
Yurii
2026-06-25 19:29:21 +03:00
parent 0e4a021e02
commit b4861bf77b

View File

@@ -77,7 +77,7 @@ class ReminderTest extends BaseTestCase
$this->assertEquals(2, count($reminderList));
}
public function testFallsToPast(): void
public function testFallsInPast(): void
{
$clock = $this->createMock(Clock::class);
$clock->method('now')
@@ -94,8 +94,7 @@ class ReminderTest extends BaseTestCase
$binder->bindInstance(Clock::class, $this->clock);
}
},
// @todo Need to reset loaded hooks in the HookManager. Bind EventDispatcher to create repositories,
// so that it is available in the HookManager.
// @todo Need to reset loaded hooks in the HookManager?
//reuse: true,
);
$this->setApplication($app);