From c6dee093cc17d991b426865fa9c307c6695aeca7 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Fri, 9 Apr 2021 15:28:49 -0700 Subject: [PATCH] Remove ElasticSearch setting for PHPUnit config --- .env.local.example | 1 + phpunit.xml.dist | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.env.local.example b/.env.local.example index 47bf9f3..a8d3835 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,3 +1,4 @@ +# Local env file assumes Sail is in use. See docker-compose.yml. APP_NAME=kcal APP_ENV=local APP_KEY= diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0452042..7f0a4e1 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -30,8 +30,5 @@ - - -