Skip to content
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

YAML:Parse and DialogHelper are both deprecated. #10

Closed
Irishsmurf opened this issue Feb 4, 2015 · 0 comments
Closed

YAML:Parse and DialogHelper are both deprecated. #10

Irishsmurf opened this issue Feb 4, 2015 · 0 comments

Comments

@Irishsmurf
Copy link
Contributor

  1. ConfigCommandTest::testCommand
    "Symfony\Component\Console\Helper\DialogHelper" is deprecated since version 2.5 and will be removed in 3.0. Use "Symfony\Component\Console\Helper\QuestionHelper" instead.

and:

  1. ConfigTest::testCopyConfigFileOnInit
    The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since version 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.

Causes the PHPUnit tests to fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants