| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 9 | class IdFieldTraitTest extends AbstractFieldTraitTest |
||
| 10 | { |
||
| 11 | public const WORK_DIR = AbstractTest::VAR_PATH.'/IdFieldTraitTest/'; |
||
| 12 | protected const TEST_FIELD_FQN = IdFieldTrait::class; |
||
| 13 | protected const TEST_FIELD_PROP = IdFieldInterface::PROP_ID; |
||
| 14 | |||
| 15 | public function generateCode() |
||
| 20 | } |
||
| 21 | |||
| 22 | |||
| 23 | /** |
||
| 24 | * Can't really do setters etc on ID fields |
||
| 25 | * |
||
| 26 | * @throws \EdmondsCommerce\DoctrineStaticMeta\Exception\DoctrineStaticMetaException |
||
| 27 | * @throws \ReflectionException |
||
| 28 | */ |
||
| 29 | public function testCreateEntityWithField(): void |
||
| 39 |