Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/parsoid/tests/RTTestSettings.php
Ðазад
<?php // This file is loaded from wmf-config's CommonSettings.php $wgReadOnly = "parsoidtest1001 access is read-only for Parsoid testing. " . "You shouldn't need to write anything from here."; // EVIL(ish) hack: // Override autoloader to ensure all of Parsoid is running from the // same place as this file (since there will also be another copy of // Parsoid included from the vendor/wikimedia/parsoid directory) AutoLoader::registerNamespaces( [ // Keep this in sync with the "autoload" clause in /composer.json! 'Wikimedia\\Parsoid\\' => __DIR__ . "/../src" ] ); // When Parsoid is enabled in production context, this will // have already been configured. if ( !isset( $wgParsoidSettings ) ) { // Temporarily enable all these defaults $wgParsoidSettings = []; } // Override Parsoid-specific settings for rt-testing. $wgParsoidSettings['useSelser'] = true; // Linting during rt testing is useful to catch errors and crashers, // but we don't want to save lints to the production db. $wgParsoidSettings['linting'] = (bool)$wgReadOnly; $wgParsoidSettings['metricsPrefix'] = 'Parsoid-Tests.';
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка