Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Hotfix/case sensitive console #4005

Closed
wants to merge 4 commits into from
Closed

Hotfix/case sensitive console #4005

wants to merge 4 commits into from

Conversation

blanchonvincent
Copy link
Contributor

After write the tests on Console, i see a bug on the sensitive case.
It was possible to configure sensitive case (or not sensitive), but the reading was only always insensitive.

This bug is fix and i had tests on the Prompt\Confirm.

I make a consistency between console reading char too and delete a useless loop on the reading char which are already done in the console adapter.

{
fwrite($this->adapter->stream, 'y');

$confirm = new Confirm("ZF2 is the better framework ?");
Copy link
Contributor

Choose a reason for hiding this comment

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

"Is ZF2 the best framework?" ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thank you :)

weierophinney added a commit that referenced this pull request Mar 12, 2013
weierophinney added a commit that referenced this pull request Mar 12, 2013
- trailing whitespace
weierophinney added a commit that referenced this pull request Mar 12, 2013
@ghost ghost assigned weierophinney Mar 12, 2013
curious-eyes pushed a commit to curious-eyes/zf2 that referenced this pull request Mar 18, 2013
- trailing whitespace
weierophinney added a commit to zendframework/zend-console that referenced this pull request May 15, 2015
…ent/hotfix/case-sensitive-console

Hotfix/case sensitive console
weierophinney added a commit to zendframework/zend-console that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-console that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-console that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants