mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 14:58:33 +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. |
||
|---|---|---|
| .. | ||
| assets | ||
| config | ||
| controllers | ||
| init | ||
| views | ||
| cli.php | ||
| http.php | ||
| init.php | ||
| realtime.php | ||
| worker.php | ||