1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 22:04:03 +00:00

update test name

This commit is contained in:
Samuel Štancl 2025-03-18 19:00:08 +01:00 committed by GitHub
parent 5f10c05f15
commit 4948ed64c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,7 @@ test('remove storage symlinks action works', function() {
expect(file_exists($publicPath))->toBeFalse(); expect(file_exists($publicPath))->toBeFalse();
}); });
test('removing the tenant symlinks works even if the symlinks are invalid', function() { test('removing tenant symlinks works even if the symlinks are invalid', function() {
config([ config([
'tenancy.bootstrappers' => [ 'tenancy.bootstrappers' => [
FilesystemTenancyBootstrapper::class, FilesystemTenancyBootstrapper::class,