mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 18:44:04 +00:00
update test name
This commit is contained in:
parent
5f10c05f15
commit
4948ed64c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue