There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Source code for the second Symfony2 Code Jam. This code jam was about getting people used to using PHPUnit while testing/developing a Doctrine2 model for a project. Simple challenge of Product/Category, with some added tricks using sluggable and nestedsets behaviours. This was to try and take everyone through some common areas of Doctrine (annotations, entity manager, repository, DQL, fixtures and event subscribers). This project allows you to download either before developing anything, after the tests have been developed or the actual solution. You chose.