Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
..
data/mimeType Added SVG image and SVG mimeType test to FileValidatorTest 9 years ago
BooleanValidatorTest.php update BooleanValidator 9 years ago
CompareValidatorTest.php
DateValidatorTest.php Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
DefaultValueValidatorTest.php
EachValidatorTest.php #10825 Fixed EachValidator does not respect skipOnEmpty when using model (#11507) 8 years ago
EmailValidatorTest.php EmailValidatorTest - spelling typo fixed 9 years ago
ExistValidatorTest.php added tests classes for db related tests 8 years ago
FileValidatorTest.php Added SVG image and SVG mimeType test to FileValidatorTest 9 years ago
FilterValidatorTest.php
IpValidatorTest.php Skip IpValidatorTest fully, when IPv6 support is not enabled 9 years ago
NumberValidatorTest.php Fixes #11672: Fixed `yii\validators\NumberValidator` erroring when value is an object without `__toString()` method 8 years ago
RangeValidatorTest.php Implemented support of traversable objects in `RangeValidator::ranges`, added `ArrayHelper::in()` and `ArrayHelper::subset()` 9 years ago
RegularExpressionValidatorTest.php
RequiredValidatorTest.php
StringValidatorTest.php
UniqueValidatorTest.php Add tests for custom message for `UniqueValidator` 8 years ago
UrlValidatorTest.php Fixed UrlValidator pattern to improve matching 9 years ago
ValidatorTest.php