makeWishNoAggregateVersion() public method

public makeWishNoAggregateVersion ( WishId $wishId, $address, $content )
$wishId Lw\Domain\Model\Wish\WishId
 private function setupWishRepository()
 {
     $this->wishRepository = new InMemoryWishRepository();
     $this->dummyWish = $this->dummyUser->makeWishNoAggregateVersion($this->wishRepository->nextIdentity(), '*****@*****.**', 'content');
     $this->wishRepository->add($this->dummyWish);
 }