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

Hotfix for DDC-2230 #589

Merged
merged 2 commits into from
Feb 26, 2013
Merged

Commits on Feb 23, 2013

  1. Adding failing test for DDC-2230

    Proxies that implement the Doctrine\Common\PropertyChangedListener are getting eagerly
    initialized because the UnitOfWork injects itself into them after they are created.
    The test currently fails for what described above, and also verifies if the UoW
    is correctly injected in the proxy during lazy loading.
    Ocramius committed Feb 23, 2013
    1 Configuration menu
    Copy the full SHA
    be24439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    350fa4f View commit details
    Browse the repository at this point in the history