| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 14 | class IntegerIdFieldTraitTest extends IdFieldTraitTest |
||
| 15 | { |
||
| 16 | public const WORK_DIR = AbstractTest::VAR_PATH . |
||
| 17 | '/' . |
||
| 18 | self::TEST_TYPE_LARGE . |
||
| 19 | '/IntegerIdFieldTraitTest/'; |
||
| 20 | protected const TEST_FIELD_FQN = IntegerIdFieldTrait::class; |
||
| 21 | protected const TEST_FIELD_PROP = IdFieldInterface::PROP_ID; |
||
| 22 | protected const VALIDATES = false; |
||
| 23 | |||
| 24 | public function generateCode() |
||
| 29 | } |
||
| 30 | |||
| 31 | protected function validateSavedEntity($entity) |
||
| 38 |