aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
Commit message (Collapse)AuthorAgeFilesLines
* CSJeremy Benoist2015-08-201-2/+2
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* CSJeremy Benoist2015-05-301-4/+4
|
* Add testsJeremy2015-03-311-0/+20
| | | | and fix few mistakes
* fix tests for GET /entries/tagsNicolas Lœuillet2015-03-061-2/+19
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-2/+2
|
* relation between tags and entriesNicolas Lœuillet2015-03-061-0/+9
|
* Improve install command & add testJeremy2015-02-221-1/+1
| | | | | | Also add fixtures for Config InstallCommand now check if database, schema are here and ask the user what to do (keep or trash & re-create)
* Add more tests on Entry controllerJeremy2015-02-101-2/+21
| | | | Also add more fixtures
* Add some fixturesJeremy2015-02-081-0/+35
Improve test, so user can login Fix some leftJoin Cleanup EntryController