-
Notifications
You must be signed in to change notification settings - Fork 25
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
Problem with Symfony 3.0 directory structure #70
Comments
Thx for this issue. Can you be more specific on the expected behaviour with Symfony 3 and its new directory structure ? Looking through it, I guess files currently in app/cache should now be located in var/cache. But I didn't find anything related to app/config. I could obviously look into it, but any help would be greatly appreciated. |
Sorry, app/config is always in app :) It's just app/cache -> var/cache (and maybe app/log -> var/log but I can't test for now, maybe tonight) |
Same problem here, I use Symfony 3.0 directory structure, so the Cache directory ( When Atoum runs, it build the cache in app/cache instead. Is there any way to override this path in Atoum? |
All right, I found a solution: you have to tell Atoum to work with
Then the Kernel instance in Atoum will behave exactly as the ones in your |
For my new project, I use Symfony 2.5 and I choose the new directory structure (http://stackoverflow.com/questions/23993295/what-is-the-new-symfony-3-directory-structure#23994473)
Unfortunatly, when I launch AtoumBundle tests, app/cache and app/config was created.
The text was updated successfully, but these errors were encountered: