mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-16 11:54:03 +00:00
chore: (Improve documentation search for V3)
This commit is contained in:
parent
0549607899
commit
ecf4391f94
42 changed files with 156 additions and 156 deletions
|
|
@ -4,15 +4,15 @@ extends: _layouts.documentation
|
|||
section: content
|
||||
---
|
||||
|
||||
# Testing
|
||||
# Testing {#testing}
|
||||
|
||||
TODO: Review
|
||||
|
||||
## Central app
|
||||
## Central app {#central-app}
|
||||
|
||||
To test your central app, just write normal Laravel tests.
|
||||
|
||||
## Tenant app
|
||||
## Tenant app {#central-app}
|
||||
|
||||
Note: If you're using multi-database tenancy & the automatic mode, it's not possible to use `:memory:` SQLite databases or the `RefreshDatabase` trait due to the switching of default database.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue