aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/bookmark/BookmarkInitializerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-4/+9
| | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Improve default bookmarks after installArthurHoaro2020-09-101-22/+48
| | | | | | | Used @nodiscc suggestion in #1148 (slightly edited). It provides a description of what Shaarli does, Markdown rendering demo, and a thumbnail link. Fixes #1148
* Remove anonymous permission and initialize bookmarks on loginArthurHoaro2020-08-011-5/+9
|
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-0/+120
See #1307