Skip to content

Commit

Permalink
failing test for ReflectionProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 2, 2024
1 parent 266396d commit db4257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ReflectionAttributesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function testGetAttributeOnProperty()
$originalAttribute = current($originalReflection->getAttributes($attribute->getName()));

$this->assertInstanceOf(ReflectionAttribute::class, $attribute);
// $this->assertInstanceOf(Attribute::class, $attribute->getNode());
$this->assertInstanceOf(Attribute::class, $attribute->getNode());

$this->assertSame($originalAttribute->getName(), $attribute->getName());
$this->assertSame($originalAttribute->getName(), $attribute->getName());
Expand Down

0 comments on commit db4257b

Please sign in to comment.