Skip to content

Commit

Permalink
Remove unused variable (#11391)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Mar 21, 2024
1 parent 5ccbc20 commit db6e702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Tests/ORM/Proxy/ProxyFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ protected function setUp(): void
public function testReferenceProxyDelegatesLoadingToThePersister(): void
{
$identifier = ['id' => 42];
$proxyClass = 'Proxies\__CG__\Doctrine\Tests\Models\ECommerce\ECommerceFeature';
$persister = $this->getMockBuilderWithOnlyMethods(BasicEntityPersister::class, ['loadById'])
->disableOriginalConstructor()
->getMock();
Expand Down

0 comments on commit db6e702

Please sign in to comment.