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

Groups doctrine deserialization #812

Closed

Commits on Aug 18, 2017

  1. Configuration menu
    Copy the full SHA
    e7068fe View commit details
    Browse the repository at this point in the history
  2. daily commit: refactoring objectconstructor in order to use any driver

    continue from the mock context for groups
    Matteo Bertamini committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    583f5a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. refactoring and test passing. Must be refactored and checked more tho…

    …roughly
    Matteo Bertamini committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    ce6eea0 View commit details
    Browse the repository at this point in the history
  2. tests fixed and passing, minor ObjectConstruction optimizations

    tests did not performed correctly because of an empty classMetadata
    Matteo Bertamini committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    609f4e5 View commit details
    Browse the repository at this point in the history
  3. all tests passing + fixed constructor in order to let it behave accor…

    …ding to the other tests.
    
    Some refactoring of the tests should be performed too (move something into setup method + removing duplicating setup among other my test methods)
    Matteo Bertamini committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    11d2aa5 View commit details
    Browse the repository at this point in the history
  4. all tests passing, functionality is working

    if an identifier is passed but is excluded by the group rules, the fallback objectconstructor is called (doctrine can't find the entity without the id, which must be ignored in this case)
    Matteo Bertamini committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    136cb37 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

  1. Configuration menu
    Copy the full SHA
    702926e View commit details
    Browse the repository at this point in the history
  2. metadatafactory is mocked by using its interface in place of its own …

    …class for backward compatibility reasons (final class in old versions)
    Matteo Bertamini committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    f2ad65f View commit details
    Browse the repository at this point in the history
  3. Revert "getmockbuilder replaces all getmock for retrocompatibility is…

    …sues"
    
    This reverts commit 702926e
    Matteo Bertamini committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    101855b View commit details
    Browse the repository at this point in the history
  4. metadatafactory mocked by using its interface for backward compatibil…

    …ity (final class)
    Matteo Bertamini committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    d41cd64 View commit details
    Browse the repository at this point in the history
  5. replaced createmock with getmockbuilder for backward compatibility is…

    …sues
    Matteo Bertamini committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    b3d4b95 View commit details
    Browse the repository at this point in the history
  6. tests refactored and tested with PHP5.5 environment

    Matteo Bertamini committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    afeee02 View commit details
    Browse the repository at this point in the history