Skip to content
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

Clear doctrine cache and generate proxies on start up #2

Open
macnibblet opened this issue Sep 15, 2016 · 2 comments
Open

Clear doctrine cache and generate proxies on start up #2

macnibblet opened this issue Sep 15, 2016 · 2 comments

Comments

@macnibblet
Copy link
Contributor

In the bootstrapping, we should clear all previous caches and regenerate the proxies to avoid errors related to doctrine metadata stuck in the redis cache.

@noggan
Copy link
Contributor

noggan commented Sep 15, 2016

Are we even using the cache when running tests? Although I guess you could just update the Given a clean database step to include that code.

@macnibblet
Copy link
Contributor Author

We should be since it's replicating a real world environment, and added bonus, it's a lot faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants