certificationy / symfony-pack

A series of questions to prepare for the Symfony certification
https://certification.symfony.com/
MIT License
325 stars 131 forks source link

The Console Component provides a QuestionHelper, but not a DialogHelper #50

Closed stollr closed 7 years ago

stollr commented 7 years ago

The answers to the question "Which helper is not available in the Console component" are not correct. QuestionHelper is a valid helper, instead of the DialogHelper.

See http://symfony.com/doc/current/components/console/helpers/index.html

mickaelandrieu commented 7 years ago

Note the certification is based on Symfony 2.3 program: QUestionHelper didnt existed in 2.3

mickaelandrieu commented 7 years ago

Feel free to re-open if you can confirm the question answer is wrong, thanks for help :)

This new issue may help => https://github.com/certificationy/symfony-pack/issues/51

stollr commented 7 years ago

You're right. Sorry, haven't noticed that ;-)