aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller
Commit message (Collapse)AuthorAgeFilesLines
...
* remove debug linesNicolas Lœuillet2015-03-061-2/+0
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-1/+3
|
* POST entries/tags with testNicolas Lœuillet2015-03-061-0/+37
|
* relation between tags and entriesNicolas Lœuillet2015-03-061-0/+26
|
* add relation between entry and tagNicolas Lœuillet2015-03-061-29/+0
|
* GET /api/tags/id_tag methodNicolas Lœuillet2015-03-061-0/+29
|
* remove isDeleted flagNicolas Lœuillet2015-03-062-12/+13
|
* Add LiipThemeBundleJeremy2015-03-011-4/+4
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* Adding new userJeremy2015-02-221-1/+88
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-5/+84
|
* Handle password changeJeremy2015-02-172-7/+95
|
* Use a form type for entryJeremy2015-02-161-1/+1
|
* Implement simple configJeremy2015-02-161-0/+96
|
* Merge pull request #1070 from wallabag/v2-api-testsJeremy2015-02-121-0/+149
|\ | | | | 1st draft for testing API
| * remove debug linesNicolas Lœuillet2015-02-121-4/+0
| |
| * test if GET /api/entries returns 1 or more resultsNicolas Lœuillet2015-02-111-0/+9
| |
| * create single test for bad headersNicolas Lœuillet2015-02-111-9/+26
| |
| * test with bad headersNicolas Lœuillet2015-02-111-0/+9
| |
| * add test for empty saltNicolas Lœuillet2015-02-111-0/+1
| |
| * phpdocNicolas Lœuillet2015-02-111-2/+2
| |
| * test line, forgot to remove itNicolas Lœuillet2015-02-111-1/+0
| |
| * DELETE entry and use of query for fetch entriesNicolas Lœuillet2015-02-111-6/+43
| |
| * refactor and test one entryNicolas Lœuillet2015-02-111-14/+43
| |
| * csNicolas Lœuillet2015-02-111-3/+2
| |
| * first test for API, need refactorNicolas Lœuillet2015-02-111-0/+1
| |
| * add test for api/saltsNicolas Lœuillet2015-02-111-1/+1
| |
| * Test for GET on empty databaseNicolas Lœuillet2015-02-111-2/+1
| |
| * first test for API, need refactorNicolas Lœuillet2015-02-111-4/+24
| |
| * add test for api/saltsNicolas Lœuillet2015-02-111-2/+13
| |
| * Test for GET on empty databaseNicolas Lœuillet2015-02-111-0/+22
| |
* | Avoid user to see other entriesJeremy2015-02-101-0/+21
| | | | | | | | hehe :)
* | Add more tests on Entry controllerJeremy2015-02-101-14/+77
|/ | | | Also add more fixtures
* Add some fixturesJeremy2015-02-082-9/+69
| | | | | | Improve test, so user can login Fix some leftJoin Cleanup EntryController
* Add some tests on EntryControllerJeremy2015-02-071-1/+78
| | | | Also, create database schema on test initialisation
* Tests are working againJeremy2015-01-311-2/+1
|
* rename test fileNicolas Lœuillet2015-01-271-0/+0
|
* move WallabagBundle into Wallabag:CoreBundleNicolas Lœuillet2015-01-231-0/+18