Page MenuHomeWickedGov Phorge

bootstrap.php
No OneTemporary

Size
472 B
Referenced Files
None
Subscribers
None

bootstrap.php

<?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( dirname( dirname( __DIR__ ) ) );
}
}
require_once $IP . "/tests/phpunit/bootstrap.php";

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 13:43 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b6/11/775fede5f77ad4c2d2ca951a4857
Default Alt Text
bootstrap.php (472 B)

Event Timeline