getText(), ); } public function testBoolName(): void { $object = new BoolPropertyItem('xname'); self::assertSame( 'xname', $object->getName(), ); } }