mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Merge branch 'master' of github.com:stancl/tenancy-docs
This commit is contained in:
commit
89979afbfc
2 changed files with 10 additions and 14 deletions
|
|
@ -149,10 +149,10 @@ abstract class TestCase extends BaseTestCase
|
|||
|
||||
phpunit.xml:
|
||||
```xml
|
||||
<server name="DB_DRIVER" value="sqlite"/>
|
||||
<server name="DB_CONNECTION" value="sqlite"/>
|
||||
<server name="DB_DATABASE" value="database/testing.sqlite"/>
|
||||
```
|
||||
|
||||
> Don't forget to create an empty database/testing.sqlite
|
||||
|
||||
You may also wish toa dd `testing.sqlite` to `database/.gitignore`.
|
||||
You may also wish to add `testing.sqlite` to `database/.gitignore`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue