-
Notifications
You must be signed in to change notification settings - Fork 4
/
behat.yml.dist
21 lines (21 loc) · 1.02 KB
/
behat.yml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
default:
suites:
default:
paths:
- %paths.base%/features
contexts:
- RstGroup\Behat\OAuth2\Context\OAuth2Context:
parameters:
token_url: some_url
oauth2:
client_id: 1
client_secret: foo
username: foo
password: bar
recommended: #Are RECOMMENDED in OAuth2 documentation. If you know that your server doesn't send someone, you can change it on false.
expires_in: true
optional: #Are OPTIONAL in OAuth2 documentation. If you know that your server doesn't send someone, you can change it on false.
refresh_token : true
error_description : true
scope : true
guzzle_parameters: #configuration for guzzle http client