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 0a64315 commit 8143b35Copy full SHA for 8143b35
tests/Integration/Http/CleanupSessionsCommandTest.php
@@ -23,7 +23,7 @@ final class CleanupSessionsCommandTest extends FrameworkIntegrationTestCase
23
#[Test]
24
public function destroy_sessions(): void
25
{
26
- Filesystem\delete_directory(internal_storage_path('/tests/sessions/'));
+ Filesystem\delete(internal_storage_path('/tests/sessions/'));
27
28
$clock = $this->clock('2024-01-01 00:00:00');
29
0 commit comments