aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Ability to reload an entryJeremy Benoist2015-12-301-0/+32
| | | | | | Could be useful when we want to update the content or when the content failed to be fetched. Fix #1503
* Don't redirect to the content page after deletionJeremy Benoist2015-12-281-0/+46
| | | | | | Fix #1512 We generate the url of the removed content and compare it to the referer url. If they matche, we redirect user to the homepage otherwise to the referer url.
* Assert that the tag has is the good oneKévin Gomez2015-11-161-1/+4
|
* Add a quick testKévin Gomez2015-11-131-0/+35
|
* CSJeremy Benoist2015-11-071-1/+1
|
* Re-enable test on doctrine commandJeremy Benoist2015-11-071-0/+6
| | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.
* implement bookmarkletNicolas Lœuillet2015-10-081-0/+25
|
* french translationNicolas Lœuillet2015-10-011-1/+0
|
* Fix tests for allJeremy Benoist2015-09-281-11/+13
|
* Fix Postgres testsJeremy Benoist2015-09-281-19/+13
|
* Entries filter on languageJeremy Benoist2015-09-231-0/+23
| | | | + updated deps
* Merge pull request #1418 from wallabag/v2-previewpicture-filterJeremy Benoist2015-09-131-0/+13
|\ | | | | filter for entries with previewPicture
| * add test for previewPicture filterNicolas Lœuillet2015-09-131-0/+13
| |
* | Fix testsJeremy Benoist2015-09-121-3/+3
|/ | | | | | | Ensure that created use during install command will always be unique. We assume that the install command must be run to initialize a wallabag instance. NEVER to add more user. Also, use a better way to retrieve the real name of the database and not the one defined in parameters.yml (which isn't the same for test envi because the dbname isn't defined in parameters.yml but directly in config_test.yml)
* Add test for same day filterJeremy Benoist2015-08-231-0/+9
|
* filters: add test for status filter and adapt other tests resultsNicolas Lœuillet2015-08-211-1/+30
|
* CSJeremy Benoist2015-08-201-6/+5
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* add filter on domain nameNicolas Lœuillet2015-08-191-1/+23
|
* add testNicolas Lœuillet2015-08-181-1/+30
|
* add testNicolas Lœuillet2015-08-171-0/+22
|
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-0/+19
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-281-2/+2
| | | | for is_starred and is_archived
* Add basic title editionJeremy Benoist2015-06-021-0/+48
| | | | | Fix #218 I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
* Move API stuff in ApiBundleJeremy2015-04-011-2/+2
|
* Use lemonde instead of mailjetJeremy2015-03-311-2/+2
| | | | | | Mailjet seems to be laggy, hope that LeMonde will be more reliable in the future. @see https://travis-ci.org/wallabag/wallabag/jobs/56246231
* remove isDeleted flagNicolas Lœuillet2015-03-061-6/+3
|
* Use a form type for entryJeremy2015-02-161-1/+1
|
* 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-081-9/+29
| | | | | | 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/+18