| Current Path : /var/www/element/data/element_backup.2025.12.07/wiki.element.ru/maintenance/tests/ |
| Current File : /var/www/element/data/element_backup.2025.12.07/wiki.element.ru/maintenance/tests/bootstrap.php |
<?php /** * Set up the MediaWiki environment when running tests with "phpunit" command * * Warning: this file is not included from global scope! * @file */ global $wgCommandLineMode, $IP, $optionsWithArgs; $IP = dirname( dirname( dirname( __FILE__ ) ) ); define( 'MW_PHPUNIT_TEST', true ); require_once( "$IP/maintenance/commandLine.inc" );