.env.exampleにTEST_USE_HTTP_MOCKを追加
This commit is contained in:
parent
a8a6aecef3
commit
c20bd0ca77
@ -5,6 +5,9 @@ APP_DEBUG=true
|
|||||||
APP_LOG_LEVEL=debug
|
APP_LOG_LEVEL=debug
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
|
||||||
|
# テストにモックを使用するか falseの場合は実際のHTML等を取得してテストする
|
||||||
|
TEST_USE_HTTP_MOCK=true
|
||||||
|
|
||||||
DB_CONNECTION=pgsql
|
DB_CONNECTION=pgsql
|
||||||
DB_HOST=db
|
DB_HOST=db
|
||||||
DB_PORT=5432
|
DB_PORT=5432
|
||||||
|
Loading…
Reference in New Issue
Block a user