fixed tests

This commit is contained in:
Fabien Potencier 2015-01-25 06:59:26 +01:00
parent 92da9964ad
commit 0fa19bde9f
1 changed files with 1 additions and 2 deletions

View File

@ -31,9 +31,8 @@ class ConfirmationQuestion extends Question
{
parent::__construct($question, (bool) $default);
$this->setNormalizer($this->getDefaultNormalizer());
$this->trueAnswerRegex = $trueAnswerRegex;
$this->setNormalizer($this->getDefaultNormalizer());
}
/**