Total Complexity | 1 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class RateLimitReachedTest extends EnhancedTestCase { |
||
9 | |||
10 | /** |
||
11 | * @covers LE_ACME2\Exception\RateLimitReached |
||
12 | * @covers LE_ACME2\Response\AbstractResponse::_isRateLimitReached |
||
13 | * @covers LE_ACME2\Response\AbstractResponse::__construct |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function test() { |
||
33 | } |
||
34 | } |