Skip to content

Commit

Permalink
Fix method implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Apr 1, 2016
1 parent 2db6f12 commit 90ea535
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Tests/Fixtures/IO/MockIO.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ public function askAndHideAnswer($question)
return;
}

/**
* {@inheritdoc}
*/
public function select($question, $choices, $default, $attempts = false, $errorMessage = 'Value "%s" is invalid', $multiselect = false)
{
return $default;
}

/**
* Gets the taces.
*
Expand Down

0 comments on commit 90ea535

Please sign in to comment.