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

Incorrect 'post_excerpt' user argument in User fixture - maybe 'description'? #99

Closed
over-engineer opened this issue Jul 1, 2022 · 1 comment · Fixed by #100
Closed

Comments

@over-engineer
Copy link
Contributor

The User fixture contains a default value for a post_excerpt argument, which is only valid for the Post fixture.

wp_insert_user() does not accept a post_excerpt argument. Based on the default value (a random 200-character text), I'd assume it meant to be the description user data argument (i.e. the user's biographical description).

@over-engineer
Copy link
Contributor Author

The related PR has been merged and it has been included in the 0.11.0 release. Closing as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants