]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add some fixtures 1062/head
authorJeremy <jeremy.benoist@gmail.com>
Sun, 8 Feb 2015 22:05:51 +0000 (23:05 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Sun, 8 Feb 2015 22:13:40 +0000 (23:13 +0100)
commit3b815d2de5a852fe2ebad5827bd4c9070aa175ea
tree504e54ecfd8ae6203f76a19a910e5e6c5dee1c3e
parentd91691573f108422cc2080462af35ebd62dc93fb
Add some fixtures

Improve test, so user can login
Fix some leftJoin
Cleanup EntryController
app/AppKernel.php
app/build.xml
composer.json
composer.lock
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php [new file with mode: 0644]
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/EntryRepository.php
src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Tests/WallabagTestCase.php [new file with mode: 0644]