aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/GuestAvatarControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-3/+3
* Only allow avatars in 64 and 512 pixel sizeJoas Schilling2022-02-071-1/+1
* Fix tests and avoid PHP errors in themCôme Chilliet2021-11-231-0/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-5/+5
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Remove public interface that was only needed for testingMorris Jobke2019-02-071-1/+0
* Implement guest avatar endpointMichael Weimann2019-02-071-0/+90