/**
  *
  */
 public function testDumpContentLoc()
 {
     $this->videoEntity->setContentLoc('http://test.com/');
     $this->assertRegExp('/\\<video\\:content\\_loc\\>http\\:\\/\\/test\\.com\\/\\<\\/video\\:content\\_loc\\>/', $this->videoEntity->getXml());
 }