respect-validation/tests/unit
Henrique Moody aafa204307
Fix input overwrite not propagating to adjacent results
Adjacent results are results that treat the same input. When overwriting
the input of a result, we should also overwrite the input of its adjacent
result to maintain consistency. Currently, there are no cases where this
has caused issues, but this change prevents potential problems.

Assisted-by: Claude Code (Opus 4.5)
2026-01-30 20:40:12 +01:00
..
Exceptions Introduce REUSE compliance 2026-01-21 06:28:11 +00:00
Helpers Simplify how we load and save files in data/ 2026-01-26 20:28:29 +01:00
Message Replace template rendering code with Respect\StringFormatter 2026-01-21 17:29:15 +01:00
Transformers Introduce REUSE compliance 2026-01-21 06:28:11 +00:00
Validators Refactor case sensitiveness support 2026-01-30 17:11:13 +00:00
ContainerRegistryTest.php Allow passing definitions to the ContainerRegistry 2026-01-26 10:13:48 +01:00
IdTest.php Prevent validators from generating validatorBuilder Ids 2026-01-26 13:57:39 +01:00
NamespacedRuleFactoryTest.php Introduce REUSE compliance 2026-01-21 06:28:11 +00:00
ResultQueryTest.php Fix ResultQuery::findByPath() for nested paths 2026-01-27 13:25:40 +01:00
ResultTest.php Fix input overwrite not propagating to adjacent results 2026-01-30 20:40:12 +01:00
ValidatorTest.php Fix ResultQuery::findByPath() for nested paths 2026-01-27 13:25:40 +01:00