Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/tests/phpunit/unit/includes/user/TempUser/PlainNumericSerialMappingTest.php
Ðазад
<?php namespace MediaWiki\Tests\User\TempUser; use MediaWiki\User\TempUser\PlainNumericSerialMapping; use PHPUnit\Framework\TestCase; /** * @covers \MediaWiki\User\TempUser\PlainNumericSerialMapping */ class PlainNumericSerialMappingTest extends TestCase { public function testGetSerialIdForIndex() { $map = new PlainNumericSerialMapping( [] ); $this->assertSame( '111', $map->getSerialIdForIndex( 111 ) ); } public function testGetSerialIdForIndexWithOffset() { $map = new PlainNumericSerialMapping( [ 'offset' => 111 ] ); $this->assertSame( '222', $map->getSerialIdForIndex( 111 ) ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка