/**
  *
  */
 public function testDumpCategory()
 {
     $this->videoEntity->setCategory('test');
     $this->assertRegExp('/\\<video\\:category\\>test\\<\\/video\\:category\\>/', $this->videoEntity->getXml());
 }