Merge pull request #188 from eai04191/feature/env-mock

.env.exampleにTEST_USE_HTTP_MOCKを追加
This commit is contained in:
shibafu
2019-06-07 01:26:45 +09:00
committed by GitHub

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