Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/Scribunto/tests/phpunit/Engines/LuaCommon/UstringLibraryPureLuaTest.php
Ðазад
<?php namespace MediaWiki\Extension\Scribunto\Tests\Engines\LuaCommon; /** * @coversNothing -- Covers Lua code */ class UstringLibraryPureLuaTest extends UstringLibraryTest { protected function setUp(): void { parent::setUp(); // Override mw.ustring with the pure-Lua version $interpreter = $this->getEngine()->getInterpreter(); $interpreter->callFunction( $interpreter->loadString( ' local ustring = require( "ustring" ) ustring.maxStringLength = mw.ustring.maxStringLength ustring.maxPatternLength = mw.ustring.maxPatternLength mw.ustring = ustring ', 'fortest' ) ); } /** * @dataProvider providePCREErrors */ public function testPCREErrors( $ini, $args, $error ) { // Not applicable $this->assertTrue( true ); } public static function providePCREErrors() { return [ [ [], [], null ], ]; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка