Skip to content

Commit db6e702

Browse files
authored
Remove unused variable (#11391)
1 parent 5ccbc20 commit db6e702

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Tests/ORM/Proxy/ProxyFactoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ protected function setUp(): void
6464
public function testReferenceProxyDelegatesLoadingToThePersister(): void
6565
{
6666
$identifier = ['id' => 42];
67-
$proxyClass = 'Proxies\__CG__\Doctrine\Tests\Models\ECommerce\ECommerceFeature';
6867
$persister = $this->getMockBuilderWithOnlyMethods(BasicEntityPersister::class, ['loadById'])
6968
->disableOriginalConstructor()
7069
->getMock();

0 commit comments

Comments
 (0)