mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:54: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 = [];
|
||||
});
|
||||
|
||||
/** @test */
|
||||
test('nested_tenant_values_are_merged', function () {
|
||||
test('nested tenant values are merged', function () {
|
||||
expect(config('whitelabel.theme'))->toBeNull();
|
||||
config([
|
||||
'tenancy.features' => [TenantConfig::class],
|
||||
|
|
@ -101,4 +100,4 @@ test('the value can be set to multiple config keys', function () {
|
|||
'public2' => null,
|
||||
'private' => null,
|
||||
], config('services.paypal'));
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue