/**
  *
  */
 public function testDumpRestriction()
 {
     $this->videoEntity->setRestriction(array('countries' => 'GB', 'relationship' => 'allow'));
     $this->assertRegExp('/\\<video\\:restriction\\ relationship\\=\\"allow\\"\\>GB\\<\\/video\\:restriction\\>/', $this->videoEntity->getXml());
 }