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

Removed deprecations in Console component #14118

Merged
merged 1 commit into from Mar 31, 2015

Conversation

saro0h
Copy link
Contributor

@saro0h saro0h commented Mar 30, 2015

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets no
License MIT
Doc PR ~

@@ -52,7 +52,8 @@ public function testLegacyInputOptionDefinitionInConstructor()
array(new InputOption('foo', null, InputOption::VALUE_REQUIRED))
);

$input = new StringInput('--foo=bar', $definition);
$input = new StringInput('--foo=bar');
$input->bind($definition);
Copy link
Member

Choose a reason for hiding this comment

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

You can remove the whole test (it's the same as testInputOptionWithGivenString above now).

@fabpot
Copy link
Member

fabpot commented Mar 31, 2015

Thank you @saro0h.

@fabpot fabpot merged commit 1a8f87d into symfony:master Mar 31, 2015
fabpot added a commit that referenced this pull request Mar 31, 2015
This PR was merged into the 3.0-dev branch.

Discussion
----------

Removed deprecations in Console component

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | no
| License       | MIT
| Doc PR        | ~

Commits
-------

1a8f87d Removed deprecations in Console component
@fabpot fabpot mentioned this pull request Nov 16, 2015
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

Successfully merging this pull request may close these issues.

None yet

3 participants