aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Ensure orphan tag are remove in APIJeremy Benoist2016-10-071-14/+13
| | | | | | When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it. Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!)
* Added default picture if preview picture is nullNicolas Lœuillet2016-10-071-0/+1
|
* Added test for OpenGraphNicolas Lœuillet2016-10-071-1/+4
|
* Merge pull request #2328 from wallabag/avoid-duplicate-urlNicolas Lœuillet2016-10-021-0/+44
|\ | | | | Avoid duplicate url with accents
| * Remove additional entryJeremy Benoist2016-10-021-0/+9
| | | | | | | | After the test is done, cleanup what we’ve done
| * Avoid duplicate url with accentsJeremy Benoist2016-10-011-0/+35
| |
* | Update testJeremy Benoist2016-10-021-1/+1
|/
* Add tests for untagged entriesNicolas Lœuillet2016-08-281-0/+10
|
* Update testJeremy Benoist2016-08-241-1/+26
| | | | and some cleanup
* Add test and fix migrationNicolas Lœuillet2016-08-231-0/+18
|
* Add some tests about readingTimeJeremy Benoist2016-06-231-0/+36
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+665