Merge branch 'master' of github.com:stancl/tenancy-docs

This commit is contained in:
Samuel Štancl 2019-12-21 13:37:07 +01:00
commit 89979afbfc
2 changed files with 10 additions and 14 deletions

View file

@ -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`.