mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:34:04 +00:00
Update TenantConfigTest.php
This commit is contained in:
parent
158088faae
commit
3f3b7a3bff
1 changed files with 2 additions and 3 deletions
|
|
@ -14,8 +14,7 @@ afterEach(function () {
|
||||||
TenantConfig::$storageToConfigMap = [];
|
TenantConfig::$storageToConfigMap = [];
|
||||||
});
|
});
|
||||||
|
|
||||||
/** @test */
|
test('nested tenant values are merged', function () {
|
||||||
test('nested_tenant_values_are_merged', function () {
|
|
||||||
expect(config('whitelabel.theme'))->toBeNull();
|
expect(config('whitelabel.theme'))->toBeNull();
|
||||||
config([
|
config([
|
||||||
'tenancy.features' => [TenantConfig::class],
|
'tenancy.features' => [TenantConfig::class],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue