Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
24 | protected function createFixture($class) |
||
25 | { |
||
26 | if (false === ($this->fixturesHelper instanceof FixturesHelper)) { |
||
27 | throw new \RuntimeException('Please call setFixturesHelper before using this method'); |
||
28 | } |
||
29 | |||
30 | return $this->fixturesHelper->createFixture($class); |
||
31 | } |
||
38 |