Commit b5472c20 by Suralc

Typo fix

parent 8f8de7cf
......@@ -141,7 +141,7 @@ class NumberValidatorTest extends TestCase
public function testEnsureCustomMessageIsSetOnValidateAttribute()
{
$val = new NumberValidator(array(
'toSmall' => '{attribute} is to small.',
'tooSmall' => '{attribute} is to small.',
'min' => 5
));
$model = new FakedValidationModel();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment