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

removingNonExistingWishThrowsException() public method

    public function removingNonExistingWishThrowsException()
    {
        $this->deleteWishService->execute(new DeleteWishRequest('non-existent', $this->dummyUser->id()->id()));
    }