This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/Validator/Constraints
2011-09-07 22:51:20 +02:00
..
Fixtures * Added Fixtures 2x2px test.gif image file 2011-09-04 17:28:52 +02:00
AllValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
AssertFalseValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
AssertTrueValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
AssertTypeValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
BlankValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
CallbackValidatorTest.php Increase code coverage for: YamlParser, Validators, PhpEngine + Helpers, HttpFoundation 2011-06-16 11:43:27 +02:00
ChoiceValidatorTest.php [Validator] Fixed using the strict option in the choice validator. 2011-07-16 21:16:21 +04:00
CollectionValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
CountryValidatorTest.php [Validator] fixed unit tests when intl is not installed 2011-07-20 14:45:35 +02:00
DateTimeValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
DateValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
EmailValidatorTest.php [Validator] removed MX test (tests should work with Internet down) 2011-06-16 15:22:16 +02:00
FileValidatorTest.php [Validator] FileValidator allow MIME with wildcard 2011-09-01 16:10:16 +02:00
ImageValidatorTest.php Replaced setExpectedException() methods by annotations 2011-09-04 17:45:31 +02:00
IpValidatorTest.php Increase code coverage for: YamlParser, Validators, PhpEngine + Helpers, HttpFoundation 2011-06-16 11:43:27 +02:00
LanguageValidatorTest.php [Validator] fixed unit tests when intl is not installed 2011-07-20 14:45:35 +02:00
LocaleValidatorTest.php [Validator] fixed unit tests when intl is not installed 2011-07-20 14:45:35 +02:00
LocalizedTestCase.php [Validator] fixed unit tests when intl is not installed 2011-07-20 14:45:35 +02:00
MaxLengthValidatorTest.php Increase code coverage for: YamlParser, Validators, PhpEngine + Helpers, HttpFoundation 2011-06-16 11:43:27 +02:00
MaxValidatorTest.php [Validator] fixed Min and Max validator when the input value is not a number (now return an error message instead of an exception which does not make sense in this context) 2011-07-12 17:40:02 +02:00
MinLengthValidatorTest.php Increase code coverage for: YamlParser, Validators, PhpEngine + Helpers, HttpFoundation 2011-06-16 11:43:27 +02:00
MinValidatorTest.php [Validator] fixed Min and Max validator when the input value is not a number (now return an error message instead of an exception which does not make sense in this context) 2011-07-12 17:40:02 +02:00
NotBlankValidatorTest.php Per the [documentation][1], the NotBlank constraint should be using the empty language construct, otherwise it will not trigger on, for example, a boolean false from an unchecked checkbox field. 2011-09-02 09:37:48 +02:00
NotNullValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
NullValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
RegexValidatorTest.php Increase code coverage for: YamlParser, Validators, PhpEngine + Helpers, HttpFoundation 2011-06-16 11:43:27 +02:00
TimeValidatorTest.php Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
UrlValidatorTest.php Removed executable bits from all php files 2011-09-07 22:51:20 +02:00