Skip to content

Commit

Permalink
#16096 - Add unset()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 17, 2022
1 parent fbacba0 commit a63d39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/MassMockCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function testSegFaults(): void
$mockBuilder = $this->getMockBuilder($class)->disableOriginalConstructor();
$this->assertInstanceOf(MockObject::class, $mockBuilder->getMock());

unset($mockBuilder);
unset($reflector, $mockBuilder);
}
}
}

0 comments on commit a63d39c

Please sign in to comment.