=== User Model Tests === Testing User::create()... ✓ Testing User::findByEmail()... ✓ Testing User::findById()... ✓ Testing save() with new user... ✓ Testing save() with existing user (update)... ✓ Testing delete()... ✓ Testing existsByEmail()... ✓ Testing findAll()... ✓ Testing count()... ✓ Testing duplicate email constraint... ✓ Testing toArray()... ✓ ✅ All User Model tests passed! Cleaning up test users... ✓