Total Complexity | 3 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | final class ContextTest extends TestCase |
||
10 | { |
||
11 | /** @var Context */ |
||
12 | private $context; |
||
13 | |||
14 | /** |
||
15 | * @return void |
||
16 | */ |
||
17 | protected function setUp() |
||
22 | ]); |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @return void |
||
27 | */ |
||
28 | public function testGetAttributeShouldReturnGivenDefaultValueIfAttributeDoesNotExist() |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @return void |
||
35 | */ |
||
36 | public function testGetAttributeShouldReturnValueIfAttributeExists() |
||
41 |