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

Update FeatureContext::$result and FeatureContext::$email_sends visibility #170

Merged
merged 1 commit into from
May 8, 2023

Conversation

thelovekesh
Copy link
Member

The FeatureContext::$result and FeatureContext::$email_sends properties were defined with private visibility as part of #165, which is now preventing the child class from using them in the event that more step definitions are added.

This PR seeks to restore the previous functionality, in which the child class was permitted access to the properties listed above.

@thelovekesh thelovekesh requested a review from a team as a code owner May 8, 2023 19:21
@danielbachhuber danielbachhuber added bug Something isn't working scope:testing labels May 8, 2023
@danielbachhuber danielbachhuber added this to the 3.2.6 milestone May 8, 2023
@thelovekesh
Copy link
Member Author

Please check ampproject/amp-wp#7530 where we found it initially. For error logs please refer to GHA runner logs here.

Copy link
Member

@danielbachhuber danielbachhuber left a comment

Choose a reason for hiding this comment

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

Sorry about breaking that for you! I'll tag a new release for this.

FYI @mrsdizzie (no worries, just wanted to let you know)

@danielbachhuber danielbachhuber merged commit b8d4272 into wp-cli:main May 8, 2023
@thelovekesh thelovekesh deleted the fix/property-visibility branch May 8, 2023 19:39
wojsmol pushed a commit to wojsmol/wp-cli-tests that referenced this pull request Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working scope:testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants