@@ -24,7 +24,7 @@ |
||
| 24 | 24 | $this->cm = new TestObjectMetadata; |
| 25 | 25 | $this->om = $this->createMock(ObjectManager::class); |
| 26 | 26 | $this->om->expects($this->any())->method('getClassMetadata') |
| 27 | - ->will($this->returnValue($this->cm)); |
|
| 27 | + ->will($this->returnValue($this->cm)); |
|
| 28 | 28 | $this->object = new TestObject; |
| 29 | 29 | PersistentObject::setObjectManager($this->om); |
| 30 | 30 | $this->object->injectObjectManager($this->om, $this->cm); |