Your IP : 216.73.216.54


Current Path : /var/www/html/mediawiki-1.43.1/tests/phpunit/
Upload File :
Current File : /var/www/html/mediawiki-1.43.1/tests/phpunit/bootstrap.integration.php

<?php

/**
 * Bootstrapping for MediaWiki PHPUnit tests that allows running integration tests.
 * This file is included by phpunit and is NOT in the global scope.
 *
 * @file
 * @deprecated since 1.42 Use bootstrap.php instead
 */

require_once __DIR__ . '/bootstrap.common.php';

TestSetup::loadSettingsFiles();

TestSetup::maybeCheckComposerLockUpToDate();