8000 minor #60061 [Validator] Don't skip `WhenTest` case after fix merge i… · symfony/symfony@091ae5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 091ae5b

Browse files
minor #60061 [Validator] Don't skip WhenTest case after fix merge in php-src (alexandre-daubois)
This PR was merged into the 7.3 branch. Discussion ---------- [Validator] Don't skip `WhenTest` case aft 8000 er fix merge in `php-src` | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Revert skip being introduced in #59895 after the fix of php/php-src#17851. Commits ------- 8f4bb30 [Validator] Don't skip `WhenTest` case after fix merge in `php-src`
2 parents c6baf1b + 8f4bb30 commit 091ae5b

File tree

1 file changed

+0
-2
lines changed
  • src/Symfony/Component/Validator/Tests/Constraints

1 file changed

+0
-2
lines changed

src/Symfony/Component/Validator/Tests/Constraints/WhenTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ public function testAttributes()
118118
*/
119119
public function testAttributesWithClosure()
120120
{
121-
$this->markTestSkipped('Requires https://github.com/php/php-src/issues/17851 to be fixed');
122-
123121
$loader = new AttributeLoader();
124122
$metadata = new ClassMetadata(WhenTestWithClosure::class);
125123

0 commit comments

Comments
 (0)
0