mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Merge pull request #1437 from Kocal/patch-2
[Panther] Configure env `PANTHER_DEVTOOLS=0`
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
"dotenv": {
|
||||
"test": {
|
||||
"PANTHER_APP_ENV": "panther",
|
||||
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots"
|
||||
"PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots",
|
||||
"PANTHER_DEVTOOLS": "0"
|
||||
}
|
||||
},
|
||||
"add-lines": [
|
||||
|
||||
Reference in New Issue
Block a user