Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/tests/phpunit/includes/installer/WebInstallerOutputTest.php
Ðазад
<?php use MediaWiki\Installer\WebInstaller; use MediaWiki\Installer\WebInstallerOutput; class WebInstallerOutputTest extends MediaWikiIntegrationTestCase { /** * @covers \MediaWiki\Installer\WebInstallerOutput::getCSS */ public function testGetCSS() { $_SERVER['DOCUMENT_ROOT'] = __DIR__ . '../../../'; $installer = $this->createMock( WebInstaller::class ); $out = new WebInstallerOutput( $installer ); $css = $out->getCSS(); $this->assertStringContainsString( '#mw-panel {', $css, 'CSS for installer can be generated' ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка