Browse Source

Typo fix

tags/2.0.0-beta
Suralc 11 years ago
parent
commit
b5472c20e3
  1. 2
      tests/unit/framework/validators/NumberValidatorTest.php

2
tests/unit/framework/validators/NumberValidatorTest.php

@ -141,7 +141,7 @@ class NumberValidatorTest extends TestCase
public function testEnsureCustomMessageIsSetOnValidateAttribute() public function testEnsureCustomMessageIsSetOnValidateAttribute()
{ {
$val = new NumberValidator(array( $val = new NumberValidator(array(
'toSmall' => '{attribute} is to small.', 'tooSmall' => '{attribute} is to small.',
'min' => 5 'min' => 5
)); ));
$model = new FakedValidationModel(); $model = new FakedValidationModel();

Loading…
Cancel
Save