Fixing inconsistencies in markdown and code indentation

Fixing inconsistencies in markdown and code indentation in the Goutte driver examples
This commit is contained in:
Mauricio Sánchez
2015-02-21 23:23:53 -05:00
parent bcc4fd4300
commit 22a365469c

View File

@@ -202,21 +202,21 @@ with support for 6 drivers out of the box:
my_session: my_session:
goutte: ~ goutte: ~
.. Tips : HTTPS and self-signed certificate .. Tips : HTTPS and self-signed certificate
In case you use Behat/Mink/Goutte to test your application, and want to test an In case you use Behat/Mink/Goutte to test your application, and want to test an
application secured with HTTPS, but with a self-signed certificate, you can use application secured with HTTPS, but with a self-signed certificate, you can use
the following parameters to avoid the validation error triggered by Guzzle : the following parameters to avoid the validation error triggered by Guzzle :
.. code-block:: yaml .. code-block:: yaml
default: default:
extensions: extensions:
Behat\MinkExtension: Behat\MinkExtension:
sessions: sessions:
my_session: my_session:
goutte: goutte:
guzzle_parameters: guzzle_parameters:
verify: false verify: false
* ``Selenium2Driver`` - javascript driver. In order to use it, modify your * ``Selenium2Driver`` - javascript driver. In order to use it, modify your
``behat.yml`` profile: ``behat.yml`` profile: