mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Fixed variable name for database connection (#42)
This commit is contained in:
parent
5b3822f155
commit
d4c2adad10
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ 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"/>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue