1
0
Fork 0
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:
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 = []; 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],