1
0
Fork 0
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:
Abrar Ahmad 2022-08-22 13:03:29 +05:00 committed by GitHub
parent 158088faae
commit 3f3b7a3bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'));
});
});