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? 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
CLI::prompt()
CLI::input()
If we write test code for a command that uses CLI::prompt(), and run the test, it waits for input for ever.
How can we write test?
CodeIgniter4/system/CLI/CLI.php
Line 181 in cf4641c
The text was updated successfully, but these errors were encountered:
promptByMultipleKeys()
- refactor code
c07de8e
- delete unit test for promptByMultipleKeys because codeigniter4#6076 - change method name in docs and changelog
Fixed by #6335
Sorry, something went wrong.
kenjis
No branches or pull requests
If we write test code for a command that uses
CLI::prompt()
, and run the test,it waits for input for ever.
How can we write test?
CodeIgniter4/system/CLI/CLI.php
Line 181 in cf4641c
The text was updated successfully, but these errors were encountered: