aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-251/+0
|
* fix testsThomas Citharel2016-02-041-2/+19
|
* php csNicolas LÅ“uillet2015-12-081-1/+1
|
* 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