Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/Scribunto/tests/phpunit/Engines/LuaStandalone/StandaloneTest.php
Ðазад
<?php namespace MediaWiki\Extension\Scribunto\Tests\Engines\LuaStandalone; use MediaWiki\Extension\Scribunto\Tests\Engines\LuaCommon\LuaEngineUnitTestBase; /** * @covers \MediaWiki\Extension\Scribunto\Engines\LuaStandalone\LuaStandaloneEngine */ class StandaloneTest extends LuaEngineUnitTestBase { /** @inheritDoc */ protected static $moduleName = 'StandaloneTests'; public static function suite( $className ) { return self::makeSuite( $className, 'LuaStandalone' ); } protected function setUp(): void { parent::setUp(); $interpreter = $this->getEngine()->getInterpreter(); $func = $interpreter->wrapPhpFunction( static function ( $v ) { return [ preg_replace( '/\s+/', ' ', trim( var_export( $v, 1 ) ) ) ]; } ); $interpreter->callFunction( $interpreter->loadString( 'mw.var_export = ...', 'fortest' ), $func ); } protected function getTestModules() { return parent::getTestModules() + [ 'StandaloneTests' => __DIR__ . '/StandaloneTests.lua', ]; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка