namespaces refactoring part 2

This commit is contained in:
Peter Papp
2021-07-18 18:05:33 +02:00
parent 8f77a497b5
commit 54dc57fcbf
107 changed files with 310 additions and 279 deletions

View File

@@ -24,5 +24,7 @@ abstract class TestCase extends BaseTestCase
Storage::fake('local');
resolve(SetupService::class)->create_directories();
$this->withoutExceptionHandling();
}
}