public function setUp()
 {
     $generator = new Version4Generator();
     $this->generator = $generator;
     // Create scenerario from parent
     parent::setUp();
 }
 /**
  * @inheritdoc
  */
 public function setUp()
 {
     parent::setUp();
     $this->id = new String('004aea08-e13d-48c9-b9eb-a18f20e6d44e');
     $xml = $this->loadXmlString('ValidWithCdbid.xml');
     $this->namespaceUri = new String('http://www.cultuurdatabank.com/XMLSchema/CdbXSD/3.3/FINAL');
     $this->eventCreated = new EventCreatedFromCdbXml($this->id, $xml, $this->namespaceUri);
 }
 public function setUp()
 {
     parent::setUp();
 }
 public function setUp()
 {
     parent::setUp();
     $this->generator = new Version4Generator();
 }