aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/ApiUtilsTest.php
Commit message (Expand)AuthorAgeFilesLines
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
* Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-271-36/+36
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-1/+1
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-32/+35
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-171-1/+1
* Optimize and cleanup importsVirtualTam2019-01-131-1/+1
* namespacing: \Shaarli\Http\Base64UrlVirtualTam2019-01-121-1/+1
* lint: apply phpcbf to tests/VirtualTam2018-12-021-2/+1
* REST API: implement PUT methodArthurHoaro2017-05-071-0/+78
* Merge pull request #727 from ArthurHoaro/api/getlinksArthurHoaro2017-01-151-0/+65
|\
| * REST API: implement getLinks serviceArthurHoaro2017-01-151-0/+65
* | API: fix JWT signature verificationVirtualTam2017-01-041-6/+9
|/
* REST API structure using Slim frameworkArthurHoaro2016-12-151-0/+206