Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d00aa2

Browse files
committed
Minor @requires function tests cleanup
1 parent ac31f9d commit 0d00aa2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Helper/QuestionHelperTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -714,9 +714,6 @@ public function testNoInteraction()
714714
$this->assertEquals('not yet', $dialog->ask($this->createStreamableInputInterfaceMock(null, false), $this->createOutputInterface(), $question));
715715
}
716716

717-
/**
718-
* @requires function mb_strwidth
719-
*/
720717
public function testChoiceOutputFormattingQuestionForUtf8Keys()
721718
{
722719
$question = 'Lorem ipsum?';

0 commit comments

Comments
 (0)