Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add strict types for bookmarks management | ArthurHoaro | 2020-10-13 | 1 | -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 9 | ArthurHoaro | 2020-09-29 | 1 | -4/+1 |
| | |||||
* | Convert legacy PHPUnit @expected* to new ->expect* | ArthurHoaro | 2020-09-27 | 1 | -12/+12 |
| | | | | Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect | ||||
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 1 | -0/+239 |
See #1307 |