public function testGetType()
 {
     $component = new TestComponent();
     $this->assertEquals('testtype', $component->getType());
 }