mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:34:03 +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],
|
||||||
|
|
@ -101,4 +100,4 @@ test('the value can be set to multiple config keys', function () {
|
||||||
'public2' => null,
|
'public2' => null,
|
||||||
'private' => null,
|
'private' => null,
|
||||||
], config('services.paypal'));
|
], config('services.paypal'));
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue