-
Notifications
You must be signed in to change notification settings - Fork 104
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
unexpected pseudo "dependency" PHPUnit (low prio) #32
Comments
MyCustomBundle: |
@klmatom's solution fixes this, so closing. |
This also happened to me. I think you should add this as the default. |
@codecowboy Agree... Maybe default values should be...
Could you please submit a PR with this changes? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using Symfony 2.1 and mmoreramerino/gearmanbundle (dev-development). I run into troubles when setting up my own workers in my own bundle:
I added my ExampleBundle to dev.yml and also the namespace \Acme\ExampleBundle
This bundle was generated using Symfony's console app, so a PHP unit test for the default controller was also generated. This lead to a fatal error when warming up Gearman's cache as PHPUnit was not available at this point of time :
class: GearmanCacheLoader: load method
Line: $reflClass = new \ReflectionClass($file['class']);
The text was updated successfully, but these errors were encountered: