/**
  * @dataProvider provideInvalid
  */
 public function testIsNotValid($contentText)
 {
     $content = new CollaborationHubContent($contentText);
     $this->assertFalse($content->isValid());
 }