respect-validation/tests/feature
Henrique Moody 305a7d15db
Add FormatterModifier to message rendering and expand test coverage
Integrate FormatterModifier into the validation message modifier chain,
enabling StringFormatter formatters to be used as pipe modifiers in
message templates (e.g., {{input|uppercase}}, {{input|mask:1-4:X}}).
This requires bumping respect/string-formatter to ^1.7.

Add feature tests for both the Formatted validator (uppercase, lowercase,
trim, number, date, creditCard, secureCreditCard, chained formatters) and
the FormatterModifier in templates (all major formatters, custom parameters,
multi-argument modifiers, and chained modifiers).

Assisted-by: Claude Code (Claude Opus 4.6)
2026-02-10 06:07:49 +01:00
..
Issues Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
Readme Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
Transformers Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
ValidatorBuilder Create ShortCircuit validator and ShortCircuitable interface 2026-02-05 17:32:42 +01:00
Validators Add FormatterModifier to message rendering and expand test coverage 2026-02-10 06:07:49 +01:00
AssertWithKeysTest.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
AssertWithPropertiesTest.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
AssertWithTemplatesTest.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
DoNotRelyOnNestedValidationExceptionInterfaceForCheckTest.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
FormatterModifierTest.php Add FormatterModifier to message rendering and expand test coverage 2026-02-10 06:07:49 +01:00
GetFullMessageShouldIncludeAllValidationMessagesInAChainTest.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
GetMessagesShouldIncludeAllValidationMessagesInAChainTest.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
GetMessagesTest.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
GetMessagesWithReplacementsTest.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
HandlingNamesTest.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
KeysAsValidatorNamesTest.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
NotShouldWorkWithBuilderTestTest.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
NotWithoutRecursionTest.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
NotWithRecursionTest.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
ResultQueryTest.php Add wildcard support to ResultQuery::findByPath() 2026-02-08 22:43:06 +01:00
SerializableTest.php Remove mathematical, niche and deprecated validators 2026-01-30 16:08:27 +00:00
SetTemplateWithMultipleValidatorsShouldUseTemplateAsFullMessageHeaderTest.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
SetTemplateWithMultipleValidatorsShouldUseTemplateAsMainMessageTest.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
SetTemplateWithSingleValidatorShouldUseTemplateAsMainMessageTest.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
TranslatorTest.php Update translation docs 2026-02-06 17:11:34 +00:00
ValidationExceptionStackTraceTest.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00