aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/bookmark/BookmarkArrayTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add strict types for bookmarks managementArthurHoaro2020-10-131-13/+0
| | | | | | | | 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.
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-4/+1
|
* Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-271-12/+12
| | | | Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-0/+239
See #1307