| Total Complexity | 3 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class LoginUserCest |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @codingStandardsIgnoreStart |
||
| 14 | * @param ApiTester $I |
||
| 15 | */ |
||
| 16 | public function _before(ApiTester $I) |
||
|
|
|||
| 17 | { |
||
| 18 | // @codingStandardsIgnoreEnd |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param ApiTester $I |
||
| 23 | */ |
||
| 24 | public function userLoginFail(ApiTester $I) |
||
| 34 | } |
||
| 35 | |||
| 36 | |||
| 37 | /** |
||
| 38 | * @param ApiTester $I |
||
| 39 | * @param CreateUserCest $createUserCest |
||
| 40 | */ |
||
| 41 | public function userLogin(ApiTester $I, CreateUserCest $createUserCest) |
||
| 54 | } |
||
| 55 | } |
||
| 56 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.