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

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->setupUserRepository();
        $this->setupWishRepository();
        $this->deleteWishService = new DeleteWishService($this->userRepository, $this->wishRepository);
    }