Total Complexity | 3 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
10 | class IPv6CIDRTest extends DefinitionTest |
||
11 | { |
||
12 | |||
13 | |||
14 | /** |
||
15 | * @expectedException InvalidArgumentException |
||
16 | */ |
||
17 | public function testEmptyDefinition() |
||
20 | } |
||
21 | |||
22 | |||
23 | /** |
||
24 | * @expectedException InvalidArgumentException |
||
25 | */ |
||
26 | public function testValidate() |
||
31 | } |
||
32 | |||
33 | |||
34 | /** |
||
35 | * |
||
36 | */ |
||
37 | public function testValidateTrue() { |
||
44 |