1<?php
2
3declare(strict_types=1);
4
5namespace Metadata\Tests\Fixtures;
6
7class TestParent extends TestObject
8{
9}
10