-
Notifications
You must be signed in to change notification settings - Fork 737
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
Use correct Put class for updating settings. Fixes #1295 #1296
Conversation
Strange, that another tests in this SettingsTest class are written in a same way, but they do not fail... I haven't ability to check it right now, but did your test fail, if you revert changes in "lib/Elastica/Index.php" back? Maybe there is wrong tests if it is not fail... |
Yeah my test failed before. The other tests in this class are different: they use |
@nickygerritsen Indeed 👍 ping @ruflin |
@nickygerritsen Could you put a note in the CHANGELOG.md file? |
Done! |
@nickygerritsen Thanks for the fix |
@ruflin I don't think so, it was kind of typo, and fully fixed and covered by test now. |
@ruflin can you make a patch release as this bug could affect many people? |
@Tobion Yes, that is possible. Put it on my TODO list for next week. Hope that works. |
@ruflin +1 on the patch release. Affects us right now :) Thanks! 👍 |
Thanks! I noticed 5.2.1 has a BC break if you override |
Oh, good point :-( Should we add this to the CHANGELOG? Thanks for fixing it in the bundle. |
This fixes #1295 and adds a test that verifies this.