mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
PHPUnit 11 requires explicit #[Depends] attributes instead of the old @depends annotations. Several test methods were missing these attributes, causing "Too few arguments" errors when PHPUnit tried to run the tests. Fixed in: - AccountCustomClientTest: testUpdateAccountPassword, testUpdateAccountRecovery, testCreateSession - GraphQL/Legacy/DatabaseServerTest: Added 36 missing #[Depends] attributes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>