Skip to content

Commit 7b93db5

Browse files
committed
bug symfony#10897 [Console] Fix a console test (jakzal)
This PR was merged into the 2.3 branch. Discussion ---------- [Console] Fix a console test | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - re symfony#10714 Every wide character in the fixture file is actually 3 ansi-characters long. Commits ------- 61108b9 Disable 5.6 until it is stable again. 8cadb49 Update the fixtures.
2 parents a44945a + 61108b9 commit 7b93db5

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ php:
1010

1111
matrix:
1212
allow_failures:
13+
- php: 5.6
1314
- php: hhvm-nightly
1415

1516
services: mongodb

src/Symfony/Component/Console/Tests/Fixtures/application_renderexception_doublewidth2.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

22

3-
4-
[Exception]
5-
コマンドの実行中にエラーが
6-
発生しました。
7-
3+
4+
[Exception]
5+
コマンドの実行中に
6+
エラーが発生しまし
7+
た。
8+
89

910

1011
foo

0 commit comments

Comments
 (0)