mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
c5c2c44755
PHPUnit 11+ warns when using comma-separated values with --exclude-group. This warning causes the tests to return exit code 1 despite all tests passing. Fix by using separate --exclude-group flags for each group. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>