Update FUNDING.yml
[openemr.git] / tests / bootstrap.php
blobc7c2c11a5860e2969a2b4466ffac30f3cab498ae
1 <?php
3 declare(strict_types=1);
5 $_GET['site'] = 'default';
6 $ignoreAuth = true;
7 require_once(__DIR__ . "/../interface/globals.php");