Total Complexity | 3 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | final class ExceptionWithContextTest extends TestCase |
||
12 | { |
||
13 | /** |
||
14 | * @test |
||
15 | * @covers ::getContext |
||
16 | * |
||
17 | * @return void |
||
18 | */ |
||
19 | public function contextIsOptional() |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @test |
||
26 | * @covers ::getContext |
||
27 | * |
||
28 | * @return void |
||
29 | */ |
||
30 | public function getContextReturnsExpectedValues() |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @test |
||
38 | * @covers ::__construct |
||
39 | * |
||
40 | * @return void |
||
41 | */ |
||
42 | public function exceptionInheritsParentProperties() |
||
47 |