test post and comment controllers

Adds AuthenticatesUsers feature trait that runs the full
signup -> confirm -> login flow and exposes the resulting auth
cookie. Bumps phpunit defaultTimeLimit to 30 seconds so the
multi-bcrypt-per-test feature flow finishes inside the limit.
This commit is contained in:
Yisroel Baum 2026-05-06 22:26:10 +03:00
parent fa63005db7
commit 8614858558
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
4 changed files with 401 additions and 0 deletions

View file

@ -4,6 +4,7 @@
bootstrap="vendor/autoload.php"
colors="true"
enforceTimeLimit="true"
defaultTimeLimit="30"
>
<testsuites>
<testsuite name="Unit">