Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/FileImporter/tests/phpunit/Exceptions/LocalizedImportExceptionTest.php
Ðазад
<?php namespace FileImporter\Tests\Exceptions; use FileImporter\Exceptions\LocalizedImportException; /** * @covers \FileImporter\Exceptions\LocalizedImportException * * @license GPL-2.0-or-later * @author Thiemo Kreuz */ class LocalizedImportExceptionTest extends \MediaWikiIntegrationTestCase { protected function setUp(): void { parent::setUp(); $this->setUserLang( 'qqx' ); } public function testGetMessageObject() { $ex = new LocalizedImportException( [ 'fileimporter-filetoolarge', 1 ] ); $this->assertSame( '(fileimporter-filetoolarge: 1)', $ex->getMessage() ); $this->assertSame( 'qqx', $ex->getMessageObject()->getLanguage()->getCode() ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка