1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 20:34:03 +00:00

Clarify test name

This commit is contained in:
lukinovec 2025-07-29 13:22:02 +02:00
parent 62a0e395c3
commit 582243c53f

View file

@ -32,7 +32,7 @@ afterEach(function () {
LogTenancyBootstrapper::$storagePathChannels = ['single', 'daily']; LogTenancyBootstrapper::$storagePathChannels = ['single', 'daily'];
}); });
test('storage path channels get tenant-specific paths', function () { test('storage path channels get tenant-specific paths by default', function () {
// Note that for LogTenancyBootstrapper to change the paths correctly, // Note that for LogTenancyBootstrapper to change the paths correctly,
// the bootstrapper MUST run after FilesystemTenancyBootstrapper. // the bootstrapper MUST run after FilesystemTenancyBootstrapper.
config([ config([