@@ -29,6 +29,10 @@ |
||
| 29 | 29 | /** @var array */ |
| 30 | 30 | private $entityChangeSet; |
| 31 | 31 | |
| 32 | + /** |
|
| 33 | + * @param \PHPUnit\Framework\MockObject\MockObject $nodePagesConfiguration |
|
| 34 | + * @param \PHPUnit\Framework\MockObject\MockObject $em |
|
| 35 | + */ |
|
| 32 | 36 | public function __construct(/* NodePagesConfiguration */ |
| 33 | 37 | $nodePagesConfiguration, /* EntityManagerInterface */ |
| 34 | 38 | $em = null) |