public function testChangeSet()
 {
     $this->assertEquals($this->changeSet, $this->event->getChangeSet());
 }
 public function testChangeSet()
 {
     $result = $this->event->getChangeSet();
     $this->assertEquals(['oro_user.greeting' => ['old' => "old value", 'new' => "default value"], 'oro_user.level' => ['old' => "pre value", 'new' => 50]], $result);
 }