2023-07-02 17:14:27 +00:00
|
|
|
<?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
|
|
|
|
|
*/
|
|
|
|
|
|
2023-07-08 13:27:52 +00:00
|
|
|
require_once __DIR__ . '/bootstrap.common.php';
|
2023-07-02 17:14:27 +00:00
|
|
|
|
2023-07-13 00:01:29 +00:00
|
|
|
TestSetup::loadSettingsFiles();
|
2023-07-02 17:14:27 +00:00
|
|
|
|
2023-07-10 21:50:22 +00:00
|
|
|
TestSetup::maybeCheckComposerLockUpToDate();
|