aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/ExportControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* EntriesExport: sanitize filename and fix testsKevin Decherf2019-01-081-3/+8
| | | | | | | | Filename will now only use a-zA-Z0-9-' and space. Fixes remaining filename issue on #3811 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* php-cs-fixerKevin Decherf2018-09-051-2/+2
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix testsJeremy Benoist2017-09-061-1/+2
|
* Multiple tag search was broken from APIJeremy Benoist2017-09-061-1/+1
| | | | | | | | | | First, the setParameter() were done on the same parameter which in fact just duplicated the condition in the SQL query (like `where t.label = 'test' and t.label = 'test'`. Changed the parameter doesn't help because the query was then wrong. Changing the way to match associated tags for an entry and it worked.
* Fix testsJeremy Benoist2017-07-031-2/+2
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-54/+54
|
* Isolated testsadev2017-05-311-1/+1
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Changed export testNicolas Lœuillet2017-05-031-3/+1
|
* Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-1/+1
|
* Fixed export by tags with a tag which contains spaceNicolas Lœuillet2016-12-271-2/+2
|
* Added test for export by filtering with tagNicolas Lœuillet2016-10-291-0/+11
|
* Fix tag testJeremy Benoist2016-10-071-1/+1
|
* Fix relations export for EntryJeremy Benoist2016-10-071-9/+28
| | | | | Tags & Annotations weren’t really well exported. This is now fixed (+ tests)
* Export dates from entriesJeremy Benoist2016-09-081-1/+5
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+251