Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/Math/tests/phpunit/MathIdTest.php
Ðазад
<?php use MediaWiki\Extension\Math\MathConfig; /** * Test the Id feature * * @covers \MediaWiki\Extension\Math\MathRenderer * * @group Math * * @license GPL-2.0-or-later */ class MathIdTest extends MediaWikiIntegrationTestCase { /** * Checks if the id specified as attribute is set in the renderer object */ public function testBasics() { $randomId = 'a_random_id'; $renderer = $this->getServiceContainer() ->get( 'Math.RendererFactory' ) ->getRenderer( "a+b", [ 'id' => $randomId ], MathConfig::MODE_MATHML ); $this->assertEquals( $randomId, $renderer->getID() ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка