mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
The --functional flag cannot be used because tests rely on static properties to share state between test methods (e.g., $databaseId set in testCreateDatabase is used by testCreateTable). With --functional, each test method runs in a separate process so these properties are not initialized. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>