Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
22 | class ZfTestCaseAwareInitializer implements ContextInitializer |
||
23 | { |
||
24 | /** |
||
25 | * @var HttpControllerTestCase |
||
26 | */ |
||
27 | private $testCase; |
||
28 | |||
29 | public function __construct(HttpControllerTestCase $testCase) |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | public function initializeContext(Context $context) |
||
43 | } |