mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #11246 from appwrite/fix/phpunit-bootstrap-global-register
This commit is contained in:
commit
b1409e5e8e
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ use Utopia\Queue;
|
|||
use Utopia\Registry\Registry;
|
||||
use Utopia\System\System;
|
||||
|
||||
global $register;
|
||||
$register = new Registry();
|
||||
|
||||
Http::setMode(System::getEnv('_APP_ENV', Http::MODE_TYPE_PRODUCTION));
|
||||
|
|
|
|||
Loading…
Reference in a new issue