Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | public function __construct(array $parameters) { |
||
16 | parent::__construct($parameters); |
||
17 | |||
18 | // Override existing fixture context with more specific one |
||
19 | $fixtureContext = new FixtureContext($parameters); |
||
20 | $fixtureContext->setFixtureFactory($this->getFixtureFactory()); |
||
21 | $this->useContext('FixtureContext', $fixtureContext); |
||
22 | } |
||
23 | } |
||
24 |