Willem Wollebrants
|
33148fa4ed
|
add missing assertion to testNotInInvalidAltSyntax (#335)
|
2021-07-05 18:33:50 +02:00 |
|
Tom Oude Rengerink
|
9f29a1b99a
|
Added test for prepending field labels
|
2020-10-26 12:45:34 +01:00 |
|
Willem Wollebrants
|
a03072bed1
|
Merge pull request #267 from mangopeaches/required-conditionals
Adding requiredWith and requiredWithout conditional rules
|
2019-08-29 21:49:43 +02:00 |
|
Willem Wollebrants
|
f87d5b1905
|
Merge branch 'master' into listContains
|
2019-08-15 16:37:50 +02:00 |
|
Diego Londono
|
21e9dc1263
|
Add some validation to prevent PHP Warning when value in subset validation is null
|
2019-06-27 12:01:05 -03:00 |
|
Tobias Hinz
|
0976fa3a79
|
Added listContains
|
2019-05-09 16:34:50 +02:00 |
|
Aljosha Papsch
|
2dc2f29f7f
|
Create arrayHasKeys validator.
|
2019-03-11 11:46:13 +01:00 |
|
Willem Wollebrants
|
a3eba42895
|
move existing Norwegian (Nynorsk) to seperate file, load this by default in no.php
|
2018-12-14 22:07:58 +01:00 |
|
Tom Breese
|
757b07f3cd
|
required-conditionals; adding strict for requiredWithAll and requiredWithoutAll
|
2018-10-15 22:32:48 -04:00 |
|
Tom Breese
|
17c2f05168
|
required-conditionals; adding requiredwith and requiredWithout for conditional requirements
|
2018-10-14 15:27:37 -04:00 |
|
Tom Breese
|
3f19217487
|
update-docs; fixing regex after mass replacing php 5.4 array with php 5.3 array
|
2018-10-13 13:28:03 -04:00 |
|
Tom Breese
|
4b60befc61
|
usage-docs; updating arrays to php 5.3 compatible syntax
|
2018-10-13 13:24:43 -04:00 |
|
Tom Breese
|
ad4ab08443
|
usage-docs; adding dot notation usage
|
2018-10-13 13:04:12 -04:00 |
|
Tom Breese
|
d3171b8872
|
Adding examples for regular and alternate syntax to docs
|
2018-10-13 12:57:50 -04:00 |
|
misantron
|
ee2ed6c3b9
|
Change validation rule to 'subset', document and translation fixes
|
2018-09-23 00:53:19 +03:00 |
|
misantron
|
c52612f86c
|
Tests code style fixes
|
2018-09-22 17:00:34 +03:00 |
|
misantron
|
f70e27af56
|
Merge remote master branch
|
2018-09-22 16:35:15 +03:00 |
|
Vance Lucas
|
14702f00d3
|
Merge pull request #261 from rauwebieten/master
ipv4, ipv6 and ascii rules
|
2018-09-11 11:59:23 -05:00 |
|
Willem Wollebrants
|
aaf543517d
|
filter out non-required array parts. Fixes #262
|
2018-08-22 12:54:14 +02:00 |
|
peterkinamo
|
e5ae2c9a5f
|
ipv4 and ipv6 rule and tests added
|
2018-08-03 13:02:21 +02:00 |
|
peterkinamo
|
971da213a3
|
Ascii rule added
Ascii unit test added
|
2018-08-03 12:28:23 +02:00 |
|
misantron
|
c4be38862b
|
Validation fixes
|
2018-04-20 21:00:34 +03:00 |
|
peter279k
|
9ec218f031
|
Fix count() countable error message in php7.2
|
2018-04-14 16:56:19 +08:00 |
|
Willem Wollebrants
|
b6589e85ea
|
Strict integer rule
Fixed strict integer rule and added more integer unit tests
|
2018-03-29 20:57:51 +02:00 |
|
misantron
|
48dcdc7248
|
Merge remote-tracking branch 'remotes/upstream/master' into validators-patch
|
2018-03-05 22:21:09 +03:00 |
|
Julius Ijie
|
6837c9dfab
|
Added option to stop validation when a rule is failed
|
2018-02-23 15:25:35 +01:00 |
|
Willem Wollebrants
|
8abb9b7220
|
Merge pull request #237 from mangopeaches/nested-equals-different
added nested array support for validateEquals and validateDifferent
|
2018-02-07 17:35:13 +01:00 |
|
Tom Breese
|
19a1e123bd
|
updating tests for 5.3 compatible arrays
|
2018-02-06 23:10:20 -05:00 |
|
Tom Breese
|
32dec57f69
|
adding nested different both unser required test
|
2018-02-06 23:05:25 -05:00 |
|
Tom Breese
|
06d1740c32
|
adding tests for nulls/not set values for nested and not nested equals and different methods
|
2018-02-06 23:02:03 -05:00 |
|
Tom Breese
|
7c94b2ae5a
|
added support for nested arrays in validateEquals and validateDifferent validation methods
|
2018-02-04 13:24:47 -05:00 |
|
Willem Wollebrants
|
7dcc8a5089
|
add test for new emailDNS validator
|
2018-01-31 16:19:05 +01:00 |
|
Willem Wollebrants
|
d1563d520f
|
Make sure testRequiredAllowEmpty() tests 2 different usages for required rule
|
2017-12-02 21:28:13 +01:00 |
|
Gabriel Caruso
|
14a467ba24
|
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
|
2017-11-11 02:28:10 -02:00 |
|
misantron
|
d9a466b833
|
Array contains and unique validators added, code style fixes
|
2017-10-26 23:09:45 +03:00 |
|
Dennis Meckel
|
eb436a382f
|
Fixed strict integer rule and added more integer unit tests
|
2017-10-13 19:39:59 +02:00 |
|
Willem Wollebrants
|
4cc030c68a
|
validate fields that are required, but may have empty or null values. #208
|
2017-08-28 21:52:21 +02:00 |
|
Willem Wollebrants
|
6350cf8cb0
|
Test for pr #212
|
2017-08-27 13:34:43 +02:00 |
|
Willem Wollebrants
|
b29fbc50ff
|
Make sure error messages get tested too
|
2017-07-18 20:54:29 +02:00 |
|
Willem Wollebrants
|
86cdecf193
|
Always run 'accepted' validation (#101)
|
2017-07-06 11:21:27 +02:00 |
|
Willem Wollebrants
|
ec77d601ad
|
Handle malformed bulk rules (#204)
|
2017-07-06 11:03:04 +02:00 |
|
Willem Wollebrants
|
a6cf3a8c86
|
Merge pull request #201 from auroraeosrose/foreachbug
Check if the value in getParts is non-scalar to prevent "Invalid argument to foreach" error
|
2017-06-23 23:38:17 +02:00 |
|
Elizabeth M Smith
|
66464f4c51
|
test for the bug
|
2017-06-23 14:05:47 -04:00 |
|
Elizabeth M Smith
|
4896ade387
|
really? 5.3 support? ewww
|
2017-06-23 13:50:49 -04:00 |
|
Elizabeth M Smith
|
05b5c40515
|
test for the change
|
2017-06-23 13:43:15 -04:00 |
|
Willem Wollebrants
|
1942e53a5c
|
Remove unneeded test testIntegerWithMaxValidation
|
2017-02-21 21:12:27 +01:00 |
|
Willem Wollebrants
|
28d954817b
|
Use an optional parameter to make validateInteger more strict
|
2017-02-21 21:11:14 +01:00 |
|
notona
|
cb1ecb12e6
|
fix for test codes
|
2017-02-20 12:32:37 +09:00 |
|
notona
|
bc035a4a95
|
add more tests
|
2017-02-20 12:28:16 +09:00 |
|
notona
|
7c990e39ef
|
fix integer validation process
|
2017-02-20 12:18:18 +09:00 |
|