Skip to content

Commit

Permalink
Minor @requires function tests cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Apr 20, 2022
1 parent ac31f9d commit 0d00aa2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/Helper/QuestionHelperTest.php
Expand Up @@ -714,9 +714,6 @@ public function testNoInteraction()
$this->assertEquals('not yet', $dialog->ask($this->createStreamableInputInterfaceMock(null, false), $this->createOutputInterface(), $question));
}

/**
* @requires function mb_strwidth
*/
public function testChoiceOutputFormattingQuestionForUtf8Keys()
{
$question = 'Lorem ipsum?';
Expand Down

0 comments on commit 0d00aa2

Please sign in to comment.