object = new OptionsPropertyMainGroup(); } /** * tearDown for test cases */ protected function tearDown(): void { parent::tearDown(); unset($this->object); } public function testGetItemType(): void { self::assertSame('main', $this->object->getItemType()); } }