webfactory / symfony-application-tests

Contains several generic test scenarios that can be applied to Symfony applications.
MIT License
10 stars 1 forks source link

Collection of service IDs fails if bundle configuration is required #21

Closed Matthimatiker closed 8 years ago

Matthimatiker commented 8 years ago

The following method does not work if a bundle configuration is mandatory:

\Webfactory\Util\ApplicationServiceIterator::getIdsOfServicesThatAreDefinedInApplication

The problem is, that an empty array is passed as configs.