Simple forum software for building great communities.
Go to file
Franz Liedke 30450687b9 Replace authenticatedRequest() by request() option
I feel this makes the parameters a bit more clear, does not rely on
inheritance (you can only inherit from one class, but we might want more
of these helpers in the future), and has less side effects (e.g. no
creation and, more importantly, deletion of users in the database).

Refs #2052.
2021-01-13 01:21:38 -05:00
php-packages/testing Replace authenticatedRequest() by request() option 2021-01-13 01:21:38 -05:00