appwrite/tests/unit
Chirag Aggarwal 1a966741f4 (fix): Fix TypeError in Origin validator when array is passed
Move type check before assignment to prevent TypeError when non-string
value (like array) is passed to Origin::isValid(). The property
\$this->origin is typed as string, so assigning an array before
the is_string() check caused the error.
2026-02-11 18:01:18 +05:30
..
Auth AI review improvements 2025-12-29 13:24:26 +01:00
Detector tests: fix unit tests 2022-08-01 12:22:04 +02:00
Docker feat: worker executions 2026-02-09 20:20:44 +00:00
Event fix: tests as per new events system. 2025-04-27 10:36:21 +05:30
Functions/Validator Remove tenant in filter 2024-09-05 14:25:11 +12:00
General Remove opcache test 2024-02-24 01:06:53 +13:00
GraphQL update: document response model to row; refactor: old collection to table models on response types. 2025-05-05 09:42:33 +05:30
Messaging updated the case for select all and empty payload 2026-02-03 14:29:34 +05:30
Migration Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl" 2025-10-21 14:59:30 +13:00
Network (fix): Fix TypeError in Origin validator when array is passed 2026-02-11 18:01:18 +05:30
OpenSSL tests: fix unit tests 2022-08-01 12:22:04 +02:00
Platform/Modules/Compute/Validator chore: add specification validator test 2025-09-15 21:39:23 +00:00
Task/Validator Review updates for role helper usage 2022-08-19 16:04:33 +12:00
Template tests: fix unit tests 2022-08-01 12:22:04 +02:00
Transformation Update transformation lib structure 2025-02-14 10:01:27 +01:00
URL fix: omit : and @ if user and pass are empty 2025-07-09 22:09:18 -07:00
Utopia Upgrade utopia-php dependencies and fix namespace changes 2026-02-10 10:34:24 +05:30