| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 2 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 12 | 1 | public function getUriConfig()  | 
            |
| 13 |     { | 
            ||
| 14 | return [  | 
            ||
| 15 | 1 | 'temporary_credentials_uri' => 'https://www.upwork.com/api/auth/v1/oauth/token/request',  | 
            |
| 16 | 'authorization_uri' => 'https://www.upwork.com/services/api/auth',  | 
            ||
| 17 | 'token_credentials_uri' => 'https://www.upwork.com/api/auth/v1/oauth/token/access',  | 
            ||
| 18 | 'base_uri' => 'https://www.upwork.com/',  | 
            ||
| 19 | ];  | 
            ||
| 30 |