🧪 Test Student::find()

Student ID: 7bd3e184-d49b-4d06-82f1-646a2af81646


Test 1: Constante TABLE_STUDENTS

TABLE_STUDENTS = v2_students

Test 2: Database::fetchOne() direct

✅ fetchOne() retourne OK:
Array
(
    [id] => 7bd3e184-d49b-4d06-82f1-646a2af81646
    [email] => afi.semah@gmail.com
    [name] => afi semah
    [phone] => 50234000
    [nationality] => 
    [residence_country] => 
    [birth_date] => 
    [gender] => 
    [country_code] => +216
    [avatar] => 
    [password] => $2y$12$hq9K84/TNrEwcawlWlMXZ..jdJRgfO.GmZhdKKupKi2MX65Tbkn8y
    [email_verified_at] => 
    [remember_token] => 
    [last_login] => 2026-01-25 18:11:54
    [created_at] => 2025-12-31 17:13:38
    [updated_at] => 2026-01-25 19:11:54
    [is_blocked] => 0
    [last_alert_level] => 
)

Test 3: Student::find()

✅ Student::find() retourne OK:
- ID: 7bd3e184-d49b-4d06-82f1-646a2af81646
- Name: afi semah
- Email: afi.semah@gmail.com

✅ Test terminé