Skip to content

Commit e874754

Browse files
[Console] Add missing @require annotation in test
1 parent 4903149 commit e874754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,9 @@ public function testNoInteraction()
351351
$this->assertEquals('not yet', $dialog->ask($this->createInputInterfaceMock(false), $this->createOutputInterface(), $question));
352352
}
353353

354+
/**
355+
* @requires function mb_strwidth
356+
*/
354357
public function testChoiceOutputFormattingQuestionForUtf8Keys()
355358
{
356359
$question = 'Lorem ipsum?';

0 commit comments

Comments
 (0)