@@ -37,7 +37,7 @@ |
||
37 | 37 | $this->objectManager = $this->createMock(ObjectManager::class); |
38 | 38 | |
39 | 39 | $this->objectManager->expects($this->any())->method('getClassMetadata') |
40 | - ->will($this->returnValue($this->cm)); |
|
40 | + ->will($this->returnValue($this->cm)); |
|
41 | 41 | |
42 | 42 | $this->object = new TestObject(); |
43 | 43 |