public function testGetLabel()
 {
     $sharedImporter = new SharedStimulusImporter();
     $this->assertEquals('Shared Stimulus', $sharedImporter->getLabel(), __('The label is wrong'));
 }