mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-21 05:34:06 +00:00
Clean up SQLiteDatabaseManager::$path in afterEach
This commit is contained in:
parent
49356a5513
commit
cf7e086bf7
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ beforeEach(function () {
|
||||||
SQLiteDatabaseManager::$path = null;
|
SQLiteDatabaseManager::$path = null;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
afterEach(function () {
|
||||||
|
SQLiteDatabaseManager::$path = null;
|
||||||
|
});
|
||||||
|
|
||||||
test('databases can be created and deleted', function ($driver, $databaseManager) {
|
test('databases can be created and deleted', function ($driver, $databaseManager) {
|
||||||
Event::listen(TenantCreated::class, JobPipeline::make([CreateDatabase::class])->send(function (TenantCreated $event) {
|
Event::listen(TenantCreated::class, JobPipeline::make([CreateDatabase::class])->send(function (TenantCreated $event) {
|
||||||
return $event->tenant;
|
return $event->tenant;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue