Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/tests/phpunit/includes/CommentStore/CommentStoreCommentTest.php
Ðазад
<?php use MediaWiki\CommentStore\CommentStoreComment; use MediaWiki\Message\Message; use PHPUnit\Framework\TestCase; /** * @covers \MediaWiki\CommentStore\CommentStoreComment * * @license GPL-2.0-or-later */ class CommentStoreCommentTest extends TestCase { public function testConstructorWithMessage() { $message = new Message( 'test' ); $comment = new CommentStoreComment( null, 'test', $message ); $this->assertSame( $message, $comment->message ); } public function testConstructorWithoutMessage() { $text = '{{template|param}}'; $comment = new CommentStoreComment( null, $text ); $this->assertSame( $text, $comment->message->text() ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка