aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/admin/ManageShaareControllerTest/SaveBookmarkTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Asynchronous retrieval of bookmark's thumbnailsArthurHoaro2020-10-201-2/+53
| | | | | | | | | This feature is based general.enable_async_metadata setting and works with existing metadata.js file. The script is compatible with any template: - the thumbnail div bloc must have attribute - the bookmark bloc must have attribute with the bookmark ID as value Fixes #1564
* Add strict types for bookmarks managementArthurHoaro2020-10-131-5/+15
| | | | | | | | Parameters typing and using strict types overall increase the codebase quality by enforcing the a given parameter will have the expected type. It also removes the need to unnecessary unit tests checking methods behavior with invalid input.
* Merge pull request #1575 from ArthurHoaro/feature/php8ArthurHoaro2020-10-031-19/+21
|\
| * Compatibility with PHPUnit 9ArthurHoaro2020-09-291-19/+21
| |
* | Fix a bug preventing to edit bookmark with ID #0ArthurHoaro2020-09-301-0/+24
|/
* Fix invalid redirection using the path of an external domainArthurHoaro2020-09-221-2/+2
| | | | Fixes #1554
* Improve ManageTagController coverage and error handlingArthurHoaro2020-07-231-0/+282