Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/Math/tests/phpunit/unit/WikiTexVC/MMLmappings/BaseMethodsTest.php
Ðазад
<?php namespace MediaWiki\Extension\Math\Tests\WikiTexVC\MMLmappings; use MediaWiki\Extension\Math\WikiTexVC\MMLmappings\BaseMethods; use PHPUnit\Framework\TestCase; /** * @covers \MediaWiki\Extension\Math\WikiTexVC\MMLmappings\BaseMethods */ class BaseMethodsTest extends TestCase { public function testCheckAndParseOperatorWithU() { $bm = new BaseMethods(); $this->assertNull( $bm->checkAndParseOperator( '\u3009', null, [], [], [] ) ); $this->assertNull( $bm->checkAndParseOperator( '〉', null, [], [], [] ) ); } public function testCheckAndParseOperatorNormal() { $bm = new BaseMethods(); $op = $bm->checkAndParseOperator( '!', null, [], [], [] ); $this->assertStringContainsString( '!</mo>', $op ); } public function testCheckAndParseOperatorSpecial() { $bm = new BaseMethods(); $op = $bm->checkAndParseOperator( '>', null, [], [], [] ); $this->assertStringContainsString( '></mo>', $op ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка