- Issue created by @g089h515r806
- Status changed to Needs review
over 1 year ago 6:05am 25 July 2023 - last update
over 1 year ago 197 pass - Status changed to Needs work
over 1 year ago 8:16am 25 July 2023 - ๐จ๐ณChina g089h515r806
hi MukhtarM๏ผ thanks for your patch. this is my reply:
1, "match against a field", this validation rule always do a entity query, it does not mean match a field in the same entity.
2,
+ $this->assertConstraintFail( + $this->entity, + self::FIELD_NAME_OTHER, + 'field_name_value', + $this->ruleSet + );
should be.
+ $this->assertConstraintPass( + $this->entity, + self::FIELD_NAME, + 'field_name_value' + );
If it does not pass, there maybe an error in the test.
3,
+ $this->assertConstraintPass( + $this->entity, + self::FIELD_NAME, + self::FIELD_NAME_OTHER + );
self::FIELD_NAME_OTHER should be a field value, not field name, it is confusing.
4, do not set the reverse to TRUE.
- last update
over 1 year ago 196 pass, 2 fail - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago 197 pass -
g089h515r806 โ
committed 9bf81563 on 8.x-1.x authored by
MukhtarM โ
Issue #3369908 by g089h515r806, MukhtarM: write tests for...
-
g089h515r806 โ
committed 9bf81563 on 8.x-1.x authored by
MukhtarM โ
- Status changed to Fixed
over 1 year ago 9:35am 25 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.