mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 08:24:03 +00:00
add test
This commit is contained in:
parent
4c20e30fcc
commit
399a78cf07
2 changed files with 2 additions and 2 deletions
|
|
@ -286,7 +286,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'tenant_unaware_features' => [
|
'tenant_unaware_features' => [
|
||||||
// Stancl\Tenancy\Features\CrossDomainRedirect::class, // https://tenancyforlaravel.com/docs/v3/features/cross-domain-redirect
|
Stancl\Tenancy\Features\CrossDomainRedirect::class, // https://tenancyforlaravel.com/docs/v3/features/cross-domain-redirect
|
||||||
],
|
],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -50,4 +50,4 @@ test('redirect from central to tenant works fine', function () {
|
||||||
|
|
||||||
pest()->get('/redirect')
|
pest()->get('/redirect')
|
||||||
->assertRedirect('http://abcd/foobar');
|
->assertRedirect('http://abcd/foobar');
|
||||||
})->skip('Incomplete');
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue