Skip to content

Commit

Permalink
Added example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
knasher committed Apr 8, 2015
1 parent 552d675 commit 919f636
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@ Guzzle extension for Behat is an integration layer between Behat 3.0+ and Guzzle
* Add documentation
* Add language support

## Configuration

### Example Configuration

```
default:
extensions:
Behat\GuzzleExtension:
base_url: http://127.0.0.1
service_descriptions: %paths.base%/app/config/service.json
suites:
default:
contexts:
- Behat\GuzzleExtension\Context\GuzzleContext:
users:
test.user.1: B8E...1AF
test.user.2: A6B...8E6
```

## Copyright

Copyright (c) 2015 Dave Nash (knasher). See LICENSE for details.
Expand Down
2 changes: 1 addition & 1 deletion src/Behat/GuzzleExtension/Context/RawGuzzleContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class RawGuzzleContext implements GuzzleAwareContext
/**
* @var string
*/
const GUZZLE_EXTENSION_VERSION = '0.3.1';
const GUZZLE_EXTENSION_VERSION = '0.3.2';

/**
* @var Client
Expand Down

0 comments on commit 919f636

Please sign in to comment.