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 091ae5b

Browse filesBrowse 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 after 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
Copy full SHA for 091ae5b

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
  • src/Symfony/Component/Validator/Tests/Constraints
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/WhenTest.php
-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.