Ajout d'un test unitaire sur auth et calcul de stress

This commit is contained in:
2026-04-23 18:30:26 +02:00
parent c2e9decc41
commit f3092f2dc4
4 changed files with 91 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ class User extends Authenticatable
'name',
'email',
'password',
'id_role',
];
/**