From 9bbf5bd24097ec5796a9bca018feeb77864ceb61 Mon Sep 17 00:00:00 2001 From: Andy Clyde Date: Fri, 27 Sep 2019 09:35:11 +0100 Subject: [PATCH] Add base_url to docs for configuring Mink --- docs/03_mink_integration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/03_mink_integration.md b/docs/03_mink_integration.md index 878f9ba..ac3a061 100644 --- a/docs/03_mink_integration.md +++ b/docs/03_mink_integration.md @@ -20,6 +20,7 @@ default: extensions: # ... Behat\MinkExtension: + base_url: 'http://example.com' sessions: symfony: symfony: ~