| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class UpdateUserPauseTrainingTest extends V2TestCase |
||
| 11 | { |
||
| 12 | public function action() |
||
| 13 | { |
||
| 14 | return Rest::UPDATE_USER_PAUSE_TRAINING; |
||
| 15 | } |
||
| 16 | |||
| 17 | /** |
||
| 18 | * creates a minimal test user |
||
| 19 | * asserts that it was created with the supplied data |
||
| 20 | * |
||
| 21 | * @throws Exception if it cannot delete the created test user |
||
| 22 | */ |
||
| 23 | public function testUpdate() |
||
| 36 | } |
||
| 37 | } |
||
| 38 |