| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 8 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 28 | public function testClearScheduledForSynchronizationWhenCommitEmpty() : void  | 
            ||
| 29 |     { | 
            ||
| 30 | $entity = $this->em->find(GH7629Entity::class, 1);  | 
            ||
| 31 | |||
| 32 | $this->em->persist($entity);  | 
            ||
| 33 | $this->em->flush();  | 
            ||
| 34 | |||
| 35 | self::assertFalse($this->em->getUnitOfWork()->isScheduledForDirtyCheck($entity));  | 
            ||
| 36 | }  | 
            ||
| 52 |