Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4129442
bootstrap.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
453 B
Referenced Files
None
Subscribers
None
bootstrap.php
View Options
<?php
/**
* Find the correct path to /tests/phpunit/bootstrap.php in core
*
* Takes MW_INSTALL_PATH environment variable into account. This is used by the
* test suite defined in mfe.suite.xml for MobileFrontend phpunit testing.
*/
$IP
=
getenv
(
'MW_INSTALL_PATH'
);
if
(
$IP
===
false
)
{
if
(
realpath
(
'../..'
)
)
{
$IP
=
realpath
(
'../..'
);
}
else
{
$IP
=
dirname
(
__DIR__
,
3
);
}
}
require_once
$IP
.
"/tests/phpunit/bootstrap.php"
;
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 09:53 (2 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
df/82/d6fd5bdc548c7fb4e3665fffd581
Default Alt Text
bootstrap.php (453 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment