Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed mocking of New-Object #405

Merged
merged 1 commit into from
Sep 8, 2015
Merged

Fixed mocking of New-Object #405

merged 1 commit into from
Sep 8, 2015

Conversation

dlwyatt
Copy link
Member

@dlwyatt dlwyatt commented Sep 8, 2015

Dynamic parameter code had an unqualified call to New-Object, which would cause an infinite recursion / stack overflow error if the tests mocked New-Object.

Dynamic parameter code had an unqualified call to New-Object, which would cause an infinite recursion / stack overflow error if the tests mocked New-Object.
dlwyatt added a commit that referenced this pull request Sep 8, 2015
Fixed mocking of New-Object
@dlwyatt dlwyatt merged commit 0c6363c into pester:master Sep 8, 2015
@dlwyatt dlwyatt deleted the MockFix branch September 8, 2015 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant