aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/bookmark/LinkDBTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-656/+0
| | | | See #1307
* Fix UT: LinkDBTest - make each tests independantArthurHoaro2019-08-101-13/+12
| | | | | Otherwise the datastore is empty in the last test, making it inconsistent due to dates issues.
* Make sure that bookmark sort is consistent, even with equal timestampsArthurHoaro2019-08-071-0/+35
| | | | Fixes #1348
* Remove the redirector settingArthurHoaro2019-02-091-31/+1
| | | | Fixes #1239
* Optimize and cleanup importsVirtualTam2019-01-131-1/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Bookmark\LinkFilterVirtualTam2019-01-121-3/+3
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-0/+653
Signed-off-by: VirtualTam <virtualtam@flibidi.net>