aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-229-2025/+0
|
* Merge pull request #2122 from wallabag/fix-tags-deletionNicolas Lœuillet2016-05-311-3/+31
|\ | | | | Fix the deletion of Tags/Entries relation when delete an entry
| * Change ManyToMany between entry & tagJeremy Benoist2016-05-311-3/+31
| | | | | | | | | | | | | | | | | | | | | | | | Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed
* | Add unread filter test to EntryControllerTestDaniel Bartram2016-05-091-0/+18
|/ | | | | | Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved.
* Merge pull request #1976 from wallabag/fix-filter-readingTimeJeremy Benoist2016-05-032-2/+39
|\ | | | | Fix filter reading time
| * Add test to check reading time filterNicolas Lœuillet2016-05-021-0/+37
| |
| * Fix testsNicolas Lœuillet2016-04-241-2/+2
| |
* | Add test for creation of new user in config pageNicolas Lœuillet2016-05-021-0/+5
|/
* Merge pull request #1916 from wallabag/cleanupNicolas Lœuillet2016-04-135-163/+163
|\ | | | | Convert array + phpDoc
| * Convert array + phpDocJeremy Benoist2016-04-125-163/+163
| | | | | | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* | Restore old behavior for OutOfRangeCurrentPageExceptionNicolas Lœuillet2016-04-121-1/+2
| |
* | Fix testsNicolas Lœuillet2016-04-121-1/+1
| |
* | Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-121-2/+1
|/ | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* Simplify tag creation from entryJeremy Benoist2016-03-271-0/+32
| | | | | Testing that a tag exist or is assigned to the current entry isn't important in the tag controler since the `assignTagsToEntry` is already doing that job. So it simplify the controller.
* CSJeremy Benoist2016-03-201-0/+2
|
* Add flashes messagesJeremy Benoist2016-03-201-8/+8
|
* Improve test failure readabilityJeremy Benoist2016-03-202-15/+17
| | | | | If the response content isn't the one expected, instead of checking into the whole DOM (with node tag, etc ..) we only check the text. So if it fails, phpunit will display only the text, not all node tag. It'll be easier to read.
* Convert english translation fileJeremy Benoist2016-03-204-55/+61
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Improved testsNicolas Lœuillet2016-03-181-0/+1
|
* Add listing clientsJeremy Benoist2016-03-051-3/+50
| | | | Rename route to be more consistive (ie: prefixed with developer_)
* Remove commentsNicolas Lœuillet2016-02-291-6/+1
|
* add testsNicolas Lœuillet2016-02-291-0/+29
|
* Add testsJeremy Benoist2016-02-221-0/+30
|
* Fix #1551 - Redirect to the last page when current page is out of rangeMaxime LECLERCQ2016-02-191-0/+11
|
* Merge pull request #1656 from wallabag/v2-fix-new-user-password-promptsJeremy Benoist2016-02-111-1/+1
|\ | | | | fix labels on new user prompt
| * fix labels on new user promptThomas Citharel2016-02-111-1/+1
| | | | | | | | | | | | | | | | fix tests nl add translation validation length
* | improve test and change method name. Also, display number of entries for ↵Thomas Citharel2016-02-101-1/+3
| | | | | | | | each tag
* | remove tag from entry #1377Thomas Citharel2016-02-101-1/+27
|/
* fix testsThomas Citharel2016-02-041-2/+19
|
* Fix #1643: fix the way to load the HTML template in 2factor authNicolas Lœuillet2016-02-041-1/+1
|
* Fix permission to settings pageJeremy Benoist2016-01-311-0/+32
|
* Add for deleting rule from an other userJeremy Benoist2016-01-221-6/+49
|
* Fix bad type after using findByUrlAndUserIdJeremy Benoist2016-01-211-3/+28
| | | | | It returns an object since few commits this part of (untested) code still use an array. Also add test for that part of code.
* Fix `findOneByUrl` side effect in testsJeremy Benoist2016-01-151-10/+10
| | | | Fix #1566
* Quickstart for beginnersNicolas Lœuillet2016-01-151-4/+34
|
* 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
* Add custom email for 2FAJeremy Benoist2015-12-291-2/+2
| | | | Related #1490
* 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.
* php csNicolas Lœuillet2015-12-081-1/+1
|
* Assert that the tag has is the good oneKévin Gomez2015-11-161-1/+4
|
* Add a quick testKévin Gomez2015-11-132-1/+36
|
* Add a few functional tests for the tagging rules creation formKévin Gomez2015-11-111-0/+55
|
* Fix testsJeremy Benoist2015-11-091-1/+0
|
* Fix route parametersJeremy Benoist2015-11-091-4/+89
| | | | | Improve export tests Improve CSV export
* add json & xmlThomas Citharel2015-11-091-0/+34
|
* Fix tests on pgsqlJeremy Benoist2015-11-091-1/+1
|
* Rework on exportJeremy Benoist2015-11-091-0/+116
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* 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.
* Language selection on config screenNicolas Lœuillet2015-10-151-7/+2
|