respect-validation/tests/integration
Henrique Moody d7dc0f2b4e
Refactor the "NullOr" rule and related classes
This commit will rename the "Nullable" rule to "NullOr" while soft
deprecating the old name. It should work the same as the previous one
but with a different name. It will also prefix the result ID, allowing
more message customization.

While working on it, I realized that the prefix "nullOr" had a typo,
and it was using "nullOf" instead. I fixed that, too.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2024-03-26 01:55:50 +01:00
..
lib Remove previous validation engine 2024-03-25 12:28:25 +01:00
readme Prefix IDs of wrapper rule results 2024-03-26 01:23:29 +01:00
rules Refactor the "NullOr" rule and related classes 2024-03-26 01:55:50 +01:00
transformers Refactor the "NullOr" rule and related classes 2024-03-26 01:55:50 +01:00
assert-with-attributes.phpt Split the "Property" rule 2024-03-05 00:48:31 +01:00
assert-with-keys.phpt Split "Key" rules 2024-03-04 00:06:18 +01:00
do_not_rely_on_nested_validation_exception_interface_for_check.phpt Allow building rules using prefixes 2024-03-24 16:58:24 +01:00
get_full_message_should_include_all_validation_messages_in_a_chain.phpt Allow building rules using prefixes 2024-03-24 16:58:24 +01:00
get_messages.phpt Include "__root__" when getting message as an array 2024-03-25 22:38:19 +01:00
get_messages_should_include_all_validation_messages_in_a_chain.phpt Include "__root__" when getting message as an array 2024-03-25 22:38:19 +01:00
get_messages_with_replacements.phpt Include "__root__" when getting message as an array 2024-03-25 22:38:19 +01:00
issue-179.phpt Update validation engine 2024-02-22 16:54:44 +01:00
issue-425.phpt Allow building rules using prefixes 2024-03-24 16:58:24 +01:00
issue-446.phpt Allow building rules using prefixes 2024-03-24 16:58:24 +01:00
issue-619.phpt Standardize integration tests 2024-02-11 21:25:09 +01:00
issue-739.phpt Do not create results with siblings in the When rule 2024-03-25 23:47:25 +01:00
issue-796.phpt Split "Key" rules 2024-03-04 00:06:18 +01:00
issue-799.phpt Update validation engine 2024-02-22 16:54:44 +01:00
issue-805.phpt Improve output of PHPT tests 2024-02-17 16:33:49 +01:00
issue-1033.phpt Remove "--CREDITS--" from PHPT files 2024-01-29 23:49:36 +01:00
issue-1244.phpt Do not overwrite "IDs" when updating names 2024-03-26 01:12:44 +01:00
issue-1289.phpt Fix some PHPStan issues 2024-03-07 01:48:45 +01:00
issue-1333.phpt Do not overwrite "IDs" when updating names 2024-03-26 01:12:44 +01:00
issue-1348.phpt Include "__root__" when getting message as an array 2024-03-25 22:38:19 +01:00
issue-1376.phpt Allow building rules using prefixes 2024-03-24 16:58:24 +01:00
keys_as_validator_names.phpt Refactor the Length rule 2024-03-19 15:38:29 +01:00
not_should_work_by_builder.phpt Remove "--CREDITS--" from PHPT files 2024-01-29 23:49:36 +01:00
not_with_recursion.phpt Update validation engine 2024-02-22 16:54:44 +01:00
not_without_recursion.phpt Update validation engine 2024-02-22 16:54:44 +01:00
set_template_with_multiple_validators_should_use_template_as_full_message.phpt Update validation engine 2024-02-22 16:54:44 +01:00
set_template_with_multiple_validators_should_use_template_as_main_message.phpt Remove "--CREDITS--" from PHPT files 2024-01-29 23:49:36 +01:00
set_template_with_single_validator_should_use_template_as_main_message.phpt Remove "--CREDITS--" from PHPT files 2024-01-29 23:49:36 +01:00
should_not_overwrite_defined_names.phpt Remove "--CREDITS--" from PHPT files 2024-01-29 23:49:36 +01:00
translator-assert.phpt Allow building rules using prefixes 2024-03-24 16:58:24 +01:00
translator-check.phpt Allow building rules using prefixes 2024-03-24 16:58:24 +01:00