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 96bc214 commit efc982aCopy full SHA for efc982a
tests/Doctrine/Performance/Mock/NonProxyLoadingUnitOfWork.php
@@ -5,14 +5,13 @@
5
namespace Doctrine\Performance\Mock;
6
7
use Doctrine\ORM\UnitOfWork;
8
-use Doctrine\Tests\ORM\Performance\PersisterMock;
9
10
/**
11
* An unit of work mock that prevents lazy-loading of proxies
12
*/
13
class NonProxyLoadingUnitOfWork extends UnitOfWork
14
{
15
- /** @var PersisterMock */
+ /** @var NonLoadingPersister */
16
private $entityPersister;
17
18
public function __construct()
0 commit comments