This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Console/Tests/Input
Fabien Potencier f52120bdd3 merged branch jfsimon/issue-6749 (PR #7220)
This PR was merged into the 2.1 branch.

Commits
-------

5b19c89 [Console] fixed unparsed StringInput tokens
635b1fc StringInput resets the given options.

Discussion
----------

[Console] fixes unparsed StringInput tokens

`StringInput` instances call `setToken` after constructor, `parse` method is called in constructor, so `StringInput` tokens where never parsed.

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #6749
2013-02-28 18:08:29 +01:00
..
ArgvInputTest.php Merge branch '2.0' into 2.1 2013-01-17 16:20:05 +01:00
ArrayInputTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
InputArgumentTest.php added missing tests from previous merge 2012-11-08 18:03:02 +01:00
InputDefinitionTest.php [Console] Fix some input tests 2012-09-23 16:17:15 +02:00
InputOptionTest.php added missing tests from previous merge 2012-11-08 18:03:02 +01:00
InputTest.php [Console] Fix some input tests 2012-09-23 16:17:15 +02:00
StringInputTest.php StringInput resets the given options. 2013-01-15 12:11:45 +01:00