| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 25 | public static function setUpBeforeClass() |
||
| 26 | { |
||
| 27 | $factory = Uuid::getFactory(); |
||
| 28 | if ($factory instanceof \Ramsey\Uuid\UuidFactory) { |
||
| 29 | self::$factory = new UuidFactory($factory); |
||
| 30 | |||
| 31 | return; |
||
| 32 | } |
||
| 33 | throw new LogicException('This should never happen'); |
||
| 34 | } |
||
| 66 |