userSource = new PersonIdentitySource(); } public function testConstructor(): void { $this->assertInstanceOf(FullPersonNameSourceInterface::class, $this->identitySource->getFullPersonNameSource()); } }