Убраны разрознености в ошибках, скорреткированы тесты

This commit is contained in:
ErickSkrauch
2016-06-16 22:36:52 +03:00
parent 73d07f355a
commit 4614cf8fe7
8 changed files with 11 additions and 11 deletions

View File

@ -79,7 +79,7 @@ class ForgotPasswordFormTest extends DbTestCase {
]);
$model->validateFrequency('login');
expect($model->getErrors('login'))->equals(['error.email_frequency']);
expect($model->getErrors('login'))->equals(['error.recently_sent_message']);
});
$this->specify('empty errors if email was sent a long time ago', function() {