Goal-Calibration/tests/e2e/Controllers
Yisroel Baum cd40483cd4
remove default values from user constructors
Forcing every call site to be explicit about admin status and
password eliminates a class of bugs where an unintended
isAdmin=false or empty passwordHash could silently slip through.
The CreateUserTest case that asserted the isAdmin default is
dropped since the default no longer exists.
2026-04-26 10:46:07 +03:00
..
AuthControllerTest.php remove default values from user constructors 2026-04-26 10:46:07 +03:00
BulkCreateNodesControllerTest.php php cs fixer 2026-04-19 23:07:48 +03:00
NodeControllerTest.php php cs fixer 2026-04-19 23:07:48 +03:00
PlanControllerTest.php update plan controller tests for auth 2026-04-24 13:31:44 +03:00
TextControllerTest.php test create text controller returns 400 when name missing 2026-04-19 23:38:02 +03:00