webfactory / symfony-application-tests

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

Check handling of synthetic services #4

Closed Matthimatiker closed 10 years ago

Matthimatiker commented 10 years ago

Check if the library can handle the special case of synthetic service definitions (for example, the Request is provided as synthetic service).

Matthimatiker commented 10 years ago

Errors that result from the creation of synthetic services are simply ignored now. Not a perfect, but an easy solution.