| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | trait SerializableElementTestTrait |
||
| 17 | { |
||
| 18 | /** @var class-string */ |
||
|
|
|||
| 19 | protected string $testedClass; |
||
| 20 | |||
| 21 | /** @var \DOMDocument|null */ |
||
| 22 | protected ?DOMDocument $xmlRepresentation = null; |
||
| 23 | |||
| 24 | |||
| 25 | /** |
||
| 26 | * Test serialization / unserialization. |
||
| 27 | */ |
||
| 28 | public function testSerialization(): void |
||
| 50 |