Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/tests/phpunit/maintenance/CommandLineInstallerTest.php
Ðазад
<?php namespace MediaWiki\Tests\Maintenance; use CommandLineInstaller; /** * @covers \CommandLineInstaller * @author Dreamy Jazz */ class CommandLineInstallerTest extends MaintenanceBaseTestCase { public function getMaintenanceClass() { return CommandLineInstaller::class; } public function testExecuteWhenHelpSpecified() { $this->maintenance->setOption( 'help', 1 ); // ::maybeShowHelp uses ->mName which is null unless we call this. $this->maintenance->setName( 'install.php' ); $this->expectCallToFatalError(); $this->expectOutputString( $this->maintenance->getParameters()->getHelp() . "\n" ); $this->maintenance->execute(); } public function testExecuteWhenFirstArgumentProvidedButNotSecond() { $this->maintenance->setArg( 'name', 'mediawiki' ); // ::maybeShowHelp uses ->mName which is null unless we call this. $this->maintenance->setName( 'install.php' ); $this->expectCallToFatalError(); $this->expectOutputRegex( '/Argument \<admin\> is required/' ); $this->maintenance->execute(); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка