mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 16:44:04 +00:00
minor test improvements
This commit is contained in:
parent
11811285f1
commit
f4464797f3
2 changed files with 19 additions and 15 deletions
|
|
@ -126,7 +126,7 @@ test('file sessions are separated when a custom session path is configured', fun
|
|||
expect(File::files($tenantSessionPath))->toHaveCount(1);
|
||||
expect(File::files($configuredSessionPath))->toHaveCount(0);
|
||||
|
||||
// End tenancy to test the revert behavior (= the central session file gets created to the original configured path)
|
||||
// End tenancy to test the revert behavior (= the central session file gets created at the original configured path)
|
||||
tenancy()->end();
|
||||
|
||||
pest()->get('/central');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue