1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-06 15:44:03 +00:00

Improve test name

This commit is contained in:
lukinovec 2026-04-21 14:04:59 +02:00
parent c252ac4c55
commit 142efdccd6

View file

@ -191,7 +191,7 @@ test('stopImpersonating can keep the user authenticated', function() {
->assertSee('You are logged in as Joe'); ->assertSee('You are logged in as Joe');
}); });
test('stopImpersonating logs out the user from tenancy_impersonation_guard stored in session', function() { test('stopImpersonating logs out the user from the impersonation guard stored in session', function() {
Route::middleware(InitializeTenancyByPath::class)->prefix('/{tenant}')->group(getRoutes(false)); Route::middleware(InitializeTenancyByPath::class)->prefix('/{tenant}')->group(getRoutes(false));
$tenant = Tenant::create([ $tenant = Tenant::create([