Skip to content

Commit 71caebe

Browse files
committed
minor symfony#19145 [Console] Reference changes that ease command testing in changelog (chalasr)
This PR was merged into the 3.2-dev branch. Discussion ---------- [Console] Reference changes that ease command testing in changelog | Q | A | ------------- | --- | Branch? | "master" | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ I totally forget to do it in the corresponding PRs, I used `3.2.0` even if not yet released, hope that is correct. Commits ------- a0b4ae7 Reference changes that ease command testing in 3.2
2 parents 1298ce5 + a0b4ae7 commit 71caebe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Symfony/Component/Console/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
3.2.0
5+
------
6+
7+
* added `setInputs()` method to CommandTester for ease testing of commands expecting inputs
8+
* added `setStream()` and `getStream()` methods to Input (implement StreamableInputInterface)
9+
* added StreamableInputInterface
10+
411
3.1.0
512
-----
613

0 commit comments

Comments
 (0)