芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/tests/Feature/BrowserSessionsTest.php
actingAs($user = User::factory()->create()); Livewire::test(LogoutOtherBrowserSessionsForm::class) ->set('password', 'password') ->call('logoutOtherBrowserSessions') ->assertSuccessful(); } }