/**
  *
  */
 public function testDumpPlatform()
 {
     $this->videoEntity->setPlatform(array('code' => 'WEB', 'relationship' => 'allow'));
     $this->assertRegExp('/\\<video\\:platform\\ relationship\\=\\"allow\\"\\>WEB\\<\\/video\\:platform\\>/', $this->videoEntity->getXml());
 }