public function testRemoveNonExistingTag()
 {
     $event = new Event('Text', 'Title');
     $event->removeTag('foo');
 }