From c20bd0ca77565f35bffb5fb549e876130ceea89b Mon Sep 17 00:00:00 2001 From: eai04191 Date: Fri, 3 May 2019 02:14:58 +0900 Subject: [PATCH] =?UTF-8?q?.env.example=E3=81=ABTEST=5FUSE=5FHTTP=5FMOCK?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index a41650b..78ff0c5 100644 --- a/.env.example +++ b/.env.example @@ -5,6 +5,9 @@ APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=http://localhost +# テストにモックを使用するか falseの場合は実際のHTML等を取得してテストする +TEST_USE_HTTP_MOCK=true + DB_CONNECTION=pgsql DB_HOST=db DB_PORT=5432