Fixed variable name for database connection

This commit is contained in:
Lasse Lehtinen 2019-12-09 13:32:56 +02:00 committed by GitHub
parent 5b3822f155
commit 6ac270896d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"/>
```