| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 43 | public function locateFiles(array $bundles, string $environment): array |
||
| 44 | { |
||
| 45 | $fixtureFiles = array_flip($this->fixtureLocator->locateFiles($bundles, $environment)); |
||
| 46 | $fixtureFiles = $fixtureFiles + array_flip($this->fixtureLocator->locateFiles($bundles, '')); |
||
| 47 | |||
| 48 | return array_keys($fixtureFiles); |
||
| 49 | } |
||
| 50 | } |
||
| 51 |