Created
December 23, 2014 11:33
-
-
Save ygerasimov/6fd45fab43671b8054d3 to your computer and use it in GitHub Desktop.
Goutte configuration custom cUrl options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: | |
suites: | |
default: | |
contexts: | |
- Drupal\DrupalExtension\Context\MinkContext | |
- FeatureContext | |
extensions: | |
Behat\MinkExtension: | |
base_url: http://mywebsite.com | |
goutte: | |
guzzle_parameters: | |
config: | |
curl: | |
CURLOPT_TIMEOUT: 300 | |
CURLOPT_CONNECTTIMEOUT: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment