| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | public function loginSekeleton() |
||
| 32 | { |
||
| 33 | $dataProvider = new CredentialsDataProvider(); |
||
| 34 | $dataProvider->setEmail('[email protected]') |
||
| 35 | ->setPassword('password'); |
||
| 36 | |||
| 37 | return $this->jsonResponse($dataProvider); |
||
| 38 | } |
||
| 51 | } |