Lw\Application\Service\Wish\DeleteWishServiceTest::setupWishRepository PHP Method

setupWishRepository() private method

private setupWishRepository ( )
    private function setupWishRepository()
    {
        $this->wishRepository = new InMemoryWishRepository();
        $this->dummyWish = $this->dummyUser->makeWishNoAggregateVersion($this->wishRepository->nextIdentity(), '[email protected]', 'content');
        $this->wishRepository->add($this->dummyWish);
    }