mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:44:05 +00:00
test rename
This commit is contained in:
parent
a548f53bfc
commit
84df124355
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ test('tenant parameter name can be customized', function () {
|
||||||
->get('/acme/foo/abc/xyz');
|
->get('/acme/foo/abc/xyz');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('tenant set as a default parameter for the URLs', function () {
|
test('tenant parameter is set for all routes as the default parameter once the tenancy initialized', function () {
|
||||||
Tenant::create([
|
Tenant::create([
|
||||||
'id' => 'acme',
|
'id' => 'acme',
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue