/**
  * Test get notifications
  */
 public function testGetNotifications()
 {
     $notifications = $this->createNotifications();
     $metadata = new ClassMetadata($notifications);
     $this->assertEquals($notifications, $metadata->getNotifications());
 }