Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a279c56

Browse filesBrowse files
committed
Validate all groups when special group name "*" is specified in
validate()
1 parent 5b6b433 commit a279c56
Copy full SHA for a279c56

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,7 @@ public function testValidateAllGroups()
11361136

11371137
$violations = $this->validate($entity, null, '*');
11381138

1139+
/* @var ConstraintViolationInterface[] $violations */
11391140
$this->assertCount(3, $violations);
11401141
}
11411142

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.