aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Controller/WallabagV2ControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-95/+0
|
* Convert array + phpDocJeremy Benoist2016-04-121-6/+6
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Tags were not imported in wallabag v2 importJeremy Benoist2016-03-271-0/+2
| | | | Also, simplify exportAs matching format
* Add flashes messagesJeremy Benoist2016-03-201-2/+2
|
* Convert english translation fileJeremy Benoist2016-03-201-4/+4
| | | | | | | - 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>`
* an other test for non empty fieldsNicolas Lœuillet2016-02-051-3/+15
|
* add test to check empty fieldsNicolas Lœuillet2016-02-051-0/+12
|
* [#1590] Add JSON import from wallabag v2Nicolas Lœuillet2016-01-201-0/+69