Skip to content

Commit

Permalink
Add hint about useless kernel_options config #11
Browse files Browse the repository at this point in the history
cause we do not extend class KernelTestCase
  • Loading branch information
robertfausk committed Sep 17, 2022
1 parent c6840e5 commit d09b45b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ Have a look at ```PantherTestCaseTrait::$defaultOptions``` for this.
browser: 'firefox'
javascript_with_all_options:
panther:
options: ~
kernel_options:
APP_ENV: dev
APP_DEBUG: true
options:
env:
APP_ENV: 'dev'
hostname: '127.0.0.1'
kernel_options: ~ # unused by behat-panther-extension cause it does not extend KernelTestCase
manager_options:
connection_timeout_in_ms: 5000
request_timeout_in_ms: 120000
Expand Down

0 comments on commit d09b45b

Please sign in to comment.