/**
  * @test
  */
 public function notificationsCanBeSet()
 {
     $emptyObjectStorage = new ObjectStorage();
     $this->subject->setNotifications($emptyObjectStorage);
     $this->assertSame($emptyObjectStorage, $this->subject->getNotifications());
 }