Merge pull request #6719 from bradymiller/lint-js-fix
[openemr.git] / tests / bootstrap.php
blob754e4f2b6848ecf8e5179be7d88360c22d89b12b
1 <?php
3 declare(strict_types=1);
5 // make sure this can only be run on the command line.
6 if (php_sapi_name() !== 'cli') {
7 exit;
10 $_GET['site'] = 'default';
11 $ignoreAuth = true;
12 require_once(__DIR__ . "/../interface/globals.php");