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

Issue #411: Add config-clear command, fix bug in config-set. #412

Merged

Conversation

bugfolder
Copy link
Contributor

Fixes #411.

Copy link
Collaborator

@yorkshire-pudding yorkshire-pudding left a comment

Choose a reason for hiding this comment

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

Thanks @bugfolder - confirmed the bug you mentioned and that this fixes it as well as the new function.

One change please:
The test results currently don't confirm that this function works:

Config Commands
 ✔ Config get command works
 ✔ Config set command works
 ✔ Config export command works
 ✔ Config import command works

Therefore, please can you split out the new test element into its own function (i.e. public function test_config_clear_command_works())?

Copy link
Collaborator

@yorkshire-pudding yorkshire-pudding left a comment

Choose a reason for hiding this comment

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

Thanks @bugfolder
All looks good

@yorkshire-pudding yorkshire-pudding merged commit b48206f into backdrop-contrib:1.x-1.x Jul 30, 2024
1 of 2 checks passed
@bugfolder bugfolder deleted the 411_config_clear branch July 30, 2024 11:16
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.

Add 'config-clear' command and fix bug in 'config-set'
2 participants