appwrite/tests/unit/Network/Validators
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
..
DNSTest.php tiny 2025-12-16 12:40:42 +05:30
EmailTest.php tests: fix unit tests 2022-08-01 12:22:04 +02:00
OriginTest.php (fix): Fix TypeError in Origin validator when array is passed 2026-02-11 18:01:18 +05:30