| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 34 | public function test_existing_service_cached(): void  | 
            ||
| 35 |     { | 
            ||
| 36 | self::assertCount(1, CustomServicesCache::getAll());  | 
            ||
| 37 | |||
| 38 | $dummy = new DummyDocBlockResolverAware();  | 
            ||
| 39 | $dummy->getRepository()->findName();  | 
            ||
| 40 | $dummy->getRepository()->findName();  | 
            ||
| 41 | |||
| 42 | self::assertCount(1, CustomServicesCache::getAll());  | 
            ||
| 43 | }  | 
            ||
| 53 |