From d09b45b53c8945dd1a2ebdfe0e40fd9dbd994106 Mon Sep 17 00:00:00 2001 From: Robert Freigang Date: Sat, 17 Sep 2022 12:37:13 +0200 Subject: [PATCH] Add hint about useless kernel_options config #11 cause we do not extend class KernelTestCase --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6581e4b..c0971ea 100644 --- a/README.md +++ b/README.md @@ -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