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

long-hand test fixtures definition. #64

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

stopfstedt
Copy link
Member

the previous implementation was too "clever", PHPUnit was choking on it. apparently, these mock responses get serialized at some point, and PHPUnit barfs on closures if they're in the stack and any test fails for whatever reason.

the previous implementation was too "clever", PHPUnit was choking on it.
apparently, these mock responses get serialized at some point, and
PHPUnit barfs on closures if they're in the stack and any test fails for
whatever reason.
@stopfstedt stopfstedt marked this pull request as ready for review October 31, 2024 21:51
Copy link
Member

@jrjohnson jrjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I guess be less clever...

@jrjohnson jrjohnson merged commit 6599797 into ilios:MOODLE_404_STABLE Oct 31, 2024
4 checks passed
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.

2 participants