Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | 6 | public function __construct(ModuleNode $module, FindPresentationModelInterface $findPresentationModel) |
|
29 | { |
||
30 | 6 | parent::__construct(); |
|
31 | |||
32 | 6 | $this->module = $module; |
|
33 | 6 | $this->findPresentationModel = $findPresentationModel; |
|
34 | |||
35 | 6 | $this->setSourceContext($module->getSourceContext()); |
|
|
|||
36 | 6 | } |
|
59 |