Issue #3320815: Make validation result comparison test messages more helpful
Merged
requested to merge issue/automatic_updates-3320815:3320815-make-validation-result into 8.x-2.x
1 unresolved thread
Compare changes
@@ -12,18 +12,50 @@ trait ValidationTestTrait {
@@ -12,18 +12,50 @@ trait ValidationTestTrait {
protected function assertValidationResultsEqual(array $expected_results, array $actual_results): void {
Note: This was already true before this change. It just wasn't made explicit. In other words, this doesn't represent a functional change of the method--just added documentation.