-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameter injection failing for doctrine repositories #219
Comments
This repository is not a service, hence why it won't work. |
@hoshsadiq I think you overlooked the documentation and what I've said:
|
I can confirm this in my situation as well. The property is populated with the provided parameter string instead of the value of the parameter. |
Same issue here. It injects the parameter %my_parameter% and not the actual value. I guess this worked at some point, but not anymore ? |
Is there a pull-request for this? |
@schmittjoh I've tried to create a functional test (see above) but I'm having issues to make it run on my Windows box. |
It seems there is an issue with version 1.6.0.
The following snippet fails to inject the actual value of the parameter, instead, it injects the string
%my_parameter%
.It seems this case is not covered by the tests.
The text was updated successfully, but these errors were encountered: