diff --git a/source/docs/v3/testing.blade.md b/source/docs/v3/testing.blade.md index 45f617e..bb99a90 100644 --- a/source/docs/v3/testing.blade.md +++ b/source/docs/v3/testing.blade.md @@ -57,6 +57,9 @@ class TestCase // extends ... $tenant = Tenant::create(); tenancy()->initialize($tenant); + + // Depending on the tenant identification middleware you may want to force the URL. For example: + URL::forceRootUrl( 'https://'.$this->tenant->domains[ 0 ]->domain.'.'.centralDomains()[ 0 ] ); } // ...