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

SettingsParseArgumentsTest: fix bug in test #102

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Mar 2, 2022

The SettingsParseArgumentsTest::testMoreArguments() method was assigning to a non-existent property in the Settings class.
The actual property is called $showDeprecated and the assertion was referring to the property correctly.

The `SettingsParseArgumentsTest::testMoreArguments()` method was assigning to a non-existent property in the `Settings` class.
The actual property is called `$showDeprecated` and the assertion was referring to the property correctly.
@jrfnl jrfnl added this to the 2.0.0 milestone Mar 2, 2022
@jrfnl jrfnl requested a review from grogy March 2, 2022 00:10
@grogy grogy merged commit 5d87edb into develop Mar 3, 2022
@grogy grogy deleted the feature/fix-bug-in-test branch March 3, 2022 15:03
@grogy
Copy link
Member

grogy commented Mar 3, 2022

Thank you 👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants