| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 15 | public function setup() |
||
| 16 | { |
||
| 17 | parent::setup(); |
||
| 18 | $this->getEntityGenerator()->generateEntity(self::TEST_ENTITY); |
||
| 19 | $this->getEntityEmbeddableSetter() |
||
| 20 | ->setEntityHasEmbeddable(self::TEST_ENTITY, HasFullNameEmbeddableTrait::class); |
||
| 21 | $this->setupCopiedWorkDirAndCreateDatabase(); |
||
| 22 | $this->entityFqn = $this->getCopiedFqn(self::TEST_ENTITY); |
||
| 23 | } |
||
| 51 |