Skip to content

Commit

Permalink
Remove usage of deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Dec 17, 2020
1 parent f65ae0f commit 6f18b5b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public function testOnlyNullableProperties(): void
public function testOnlyPropertiesThatCanBeUnset(): void
{
$nonReferenceableProperties = Properties::fromReflectionClass(new ReflectionClass(ClassWithMixedTypedProperties::class))
->onlyPropertiesThatCanBeUnset()
->getInstanceProperties();

self::assertSame(
Expand Down

0 comments on commit 6f18b5b

Please sign in to comment.