Remove ElasticSearch setting for PHPUnit config

This commit is contained in:
Christopher C. Wells 2021-04-09 15:28:49 -07:00
parent 18dbe7e414
commit c6dee093cc
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# Local env file assumes Sail is in use. See docker-compose.yml.
APP_NAME=kcal
APP_ENV=local
APP_KEY=

View File

@ -30,8 +30,5 @@
<!-- @todo Figure out how to do MySQL parallel testing inside Sail. -->
<server name="DB_CONNECTION" value="sqlite"/>
<server name="DB_DATABASE" value=":memory:"/>
<!-- Configuration below assumes tests are running from Sail. -->
<server name="ELASTIC_HOST" value="elasticsearch:9200"/>
</php>
</phpunit>