Current File : /home/jvzmxxx/wiki1/extensions/Maps/tests/bootstrap.php
<?php

if ( defined( 'MEDIAWIKI' ) ) {
	return;
}

if ( PHP_SAPI !== 'cli' ) {
	die( 'Not an entry point' );
}

error_reporting( -1 );
ini_set( 'display_errors', 1 );

if ( !is_readable( __DIR__ . '/../vendor/autoload.php' ) ) {
	die( 'You need to install this package with Composer before you can run the tests' );
}

require __DIR__ . '/../vendor/autoload.php';