FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cacti/.phpstan-bootstrap.php at develop · Cacti/cacti · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Cacti
/
cacti
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
444
Star
1.9k
Code
Issues
320
Pull requests
26
Discussions
Actions
Projects
Wiki
Security and quality
67
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
cacti
/
.phpstan-bootstrap.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (6 loc) · 242 Bytes
Breadcrumbs
cacti
/
.phpstan-bootstrap.php
Copy path
File metadata and controls
8 lines (6 loc) · 242 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
<?php
define
(
'
PHP_TESTING
'
,
true
);
// PHP_TESTING alone no longer arms the DB short-circuit in include/global.php;
// the CACTI_TEST_BOOTSTRAP env var must also be set.
putenv
(
'
CACTI_TEST_BOOTSTRAP=1
'
);
$
_ENV
[
'
CACTI_TEST_BOOTSTRAP
'
] =
'
1
'
;
Back
|
FazBrowse Home
|
New Git URL