mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
PHPUnit's FileLoader::load() includes bootstrap files inside a function scope. Without the global declaration, $register is created in local scope and isn't accessible when other files (like resources.php) use global $register to reference it.