Files
luos/features/bootstrap/config.php
Fernando Ontiveros 39316740dd adding behat
2013-12-16 16:08:39 -04:00

13 lines
364 B
PHP

<?php
global $config;
$config = array (
'code' => "5efe0d0fd38bffe5932cfdc2773e55b4b8bf273c",
'access_token' => "1c986015c086315e2200095afe2a20e53f71a659",
'expires_in' => 3600,
'token_type' => "bearer",
'scope' => "view_processes edit_processes",
'refresh_token' => "ade174976fe77f12ecde7c9e1d8307ac495f443e",
);