repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
migrate ci and dev dockers to mariadb 10.11 long term release (#6264)
[openemr.git]
/
tests
/
bootstrap.php
blob
754e4f2b6848ecf8e5179be7d88360c22d89b12b
1
<
?php
2
3
declare
(
strict_types
=
1
);
4
5
// make sure this can only be run on the command line.
6
if
(
php_sapi_name
() !==
'cli'
) {
7
exit
;
8
}
9
10
$_GET
[
'site'
] =
'default'
;
11
$ignoreAuth
=
true
;
12
require_once
(
__DIR__
.
"/../interface/globals.php"
);