Skip to content

Commit 90190df

Browse files
[Validator] Don't skip WhenTest case after fix merge in php-src
1 parent e222288 commit 90190df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)