| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 53 | 2 | public function authorize() |
|
| 54 | { |
||
| 55 | 2 | $this->composeFields(); |
|
| 56 | 2 | $this->request->performRequest($this->getAuthLink(), $this->fields); |
|
| 57 | 2 | $this->response = $this->request->getResponse(); |
|
| 58 | 2 | $this->response = $this->response['response']; |
|
| 59 | |||
| 60 | 2 | return $this->checkResponse(); |
|
| 61 | } |
||
| 62 | |||
| 90 | } |