We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccbc20 commit db6e702Copy full SHA for db6e702
tests/Tests/ORM/Proxy/ProxyFactoryTest.php
@@ -64,7 +64,6 @@ protected function setUp(): void
64
public function testReferenceProxyDelegatesLoadingToThePersister(): void
65
{
66
$identifier = ['id' => 42];
67
- $proxyClass = 'Proxies\__CG__\Doctrine\Tests\Models\ECommerce\ECommerceFeature';
68
$persister = $this->getMockBuilderWithOnlyMethods(BasicEntityPersister::class, ['loadById'])
69
->disableOriginalConstructor()
70
->getMock();
0 commit comments