We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TestCase::iniSet()
@deprecated
The text was updated successfully, but these errors were encountered:
Soft-deprecate TestCase::iniSet() for #5214
eae2eeb
What is the recommended course of action for a codebase that uses this feature currently?
Sorry, something went wrong.
Use ini_get() to get the current value, use ini_set() to set the value you need, use ini_set() to restore.
ini_get()
ini_set()
Thank you!
6584d3d
sebastianbergmann
No branches or pull requests
@deprecated
annotation to the method declaration)The text was updated successfully, but these errors were encountered: