/**
  *
  */
 public function testDumpDuration()
 {
     $this->videoEntity->setDuration(123);
     $this->assertRegExp('/\\<video\\:duration\\>123\\<\\/video\\:duration\\>/', $this->videoEntity->getXml());
 }