aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/bookmark/BookmarkFilterTest.php
Commit message (Collapse)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-57/+8
| | | | | | | A new plugin hook has been added: hook_test_filter_search_entry This hook allows to filter out bookmark with custom plugin code when a search is performed. Related to #143
* Feature: support any tag separatorArthurHoaro2020-11-051-1/+1
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* add search highlight unit testsArthurHoaro2020-10-161-1/+39
|
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-1/+3
| | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132
* Fix missing @expectedException convertionArthurHoaro2020-09-291-2/+2
|
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-271-4/+6
| | | | Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect
* Fix visibility issue on daily pageArthurHoaro2020-09-061-2/+12
| | | | | | This filter (links by day) didn't apply any visibility parameter. Fixes #1543
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-0/+514
See #1307