.env.exampleにTEST_USE_HTTP_MOCKを追加

This commit is contained in:
eai04191 2019-05-03 02:14:58 +09:00
parent a8a6aecef3
commit c20bd0ca77
1 changed files with 3 additions and 0 deletions

View File

@ -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