Go to the documentation of this file.
3 use Wikimedia\TestingAccessWrapper;
23 'AllowCategorizedRecentChanges' =>
false,
27 'AllowCategorizedRecentChanges' =>
true,
38 self::$main->getContext()->setLanguage(
'en' );
39 self::$main->getContext()->setTitle(
53 $this->assertInstanceOf(
'Message', $msg,
"$what message" );
54 $this->assertTrue( $msg->exists(),
"$what message {$msg->getKey()} exists" );
70 foreach ( $globals
as $k => $v ) {
78 foreach ( $module->getHelpFlags()
as $flag ) {
79 $this->
checkMessage(
"api-help-flag-$flag",
"Flag $flag" );
83 $this->
checkMessage( $module->getSummaryMessage(),
'Module summary' );
84 $this->
checkMessage( $module->getExtendedDescription(),
'Module help top text' );
90 if ( !is_array( $settings ) ) {
98 $msg =
"apihelp-{$path}-param-{$name}";
100 $this->
checkMessage( $msg,
"Parameter $name description" );
105 "Parameter $name PARAM_HELP_MSG_PER_VALUE is array" );
107 "Parameter $name PARAM_TYPE is array for msg-per-value mode" );
110 if ( isset( $valueMsgs[
$value] ) ) {
111 $msg = $valueMsgs[
$value];
113 $msg =
"apihelp-{$path}-paramvalue-{$name}-{$value}";
115 $this->
checkMessage( $msg,
"Parameter $name value $value" );
122 "Parameter $name PARAM_HELP_MSG_APPEND is array" );
124 $this->
checkMessage( $msg,
"Parameter $name HELP_MSG_APPEND #$i" );
132 $tags[array_shift( $i )] = 1;
138 foreach ( $tags
as $tag => $dummy ) {
139 $this->
checkMessage(
"apihelp-{$path}-paraminfo-{$tag}",
"HELP_MSG_INFO tag $tag" );
143 foreach ( $module->getExamplesMessages()
as $qs => $msg ) {
144 $this->assertStringStartsNotWith(
'api.php?', $qs,
145 "Query string must not begin with 'api.php?'" );
157 foreach ( self::$testGlobals
as $globals ) {
159 foreach ( $globals
as $k => $v ) {
160 $g[] =
"$k=" . var_export( $v, 1 );
162 $k =
"Module $path with " . implode(
', ', $g );
177 $paramsPlain = $module->getFinalParams();
181 $this->assertTrue(
true );
183 foreach ( [ $paramsPlain, $paramsForHelp ]
as $params ) {
184 foreach (
$params as $param => $config ) {
190 .
': PARAM_ISMULTI_LIMIT* only makes sense when PARAM_ISMULTI is true' );
193 .
': PARAM_ISMULTI_LIMIT1 and PARAM_ISMULTI_LIMIT2 must be used together' );
195 .
'PARAM_ISMULTI_LIMIT1 must be an integer' );
197 .
'PARAM_ISMULTI_LIMIT2 must be an integer' );
200 .
'PARAM_ISMULTI limit cannot be smaller for users with apihighlimits rights' );
230 $paths[] = $module->getModulePath();
231 $subManager = $module->getModuleManager();
233 $paths = array_merge( $paths, self::getSubModulePaths( $subManager ) );
This is the main API class, used for both external and internal processing.
getContext()
Get the base IContextSource object.
Provides a fallback sequence for Config objects.
A Config instance which stores all settings as a member variable.
const PARAM_HELP_MSG
(string|array|Message) Specify an alternative i18n documentation message for this parameter.
const PARAM_TYPE
(string|string[]) Either an array of allowed value strings, or a string type as described below.
as see the revision history and available at free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
static getMain()
Initialize/fetch the ApiMain instance for testing.
const PARAM_ISMULTI_LIMIT1
(integer) Maximum number of values, for normal users.
static makeMessage( $msg, IContextSource $context, array $params=null)
Create a Message from a string or array.
Allows to change the fields on the form that will be generated $name
testParameterConsistency( $path)
provideParameterConsistency
const PARAM_HELP_MSG_APPEND
((string|array|Message)[]) Specify additional i18n messages to append to the normal message for this ...
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
getModuleFromPath( $path)
Get a module from its module path.
static array $testGlobals
Sets of globals to test.
const PARAM_ISMULTI_LIMIT2
(integer) Maximum number of values, for users with the apihighimits right.
getModulePath()
Get the path to this module.
Checks that all API modules, core and extensions, conform to the conventions:
getModuleManager()
Overrides to return this instance's module manager.
static makeTitle( $ns, $title, $fragment='', $interwiki='')
Create a new Title from a namespace index and a DB key.
getNames( $group=null)
Get an array of modules in a specific group or all if no group is set.
This class holds a list of modules and handles instantiation.
const GET_VALUES_FOR_HELP
getAllowedParams() flag: When set, the result could take longer to generate, but should be more thoro...
static getSubModulePaths(ApiModuleManager $manager)
Return paths of all submodules in an ApiModuleManager, recursively.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses & $ret
const PARAM_HELP_MSG_INFO
(array) Specify additional information tags for the parameter.
static getMain()
Static methods.
static provideDocumentationExists()
checkMessage( $msg, $what)
Test a message.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
const PARAM_ISMULTI
(boolean) Accept multiple pipe-separated values for this parameter (e.g.
static provideParameterConsistency()
testDocumentationExists( $path, array $globals)
provideDocumentationExists
getModule( $moduleName, $group=null, $ignoreCache=false)
Get module instance by name, or instantiate it if it does not exist.
const PARAM_HELP_MSG_PER_VALUE
((string|array|Message)[]) When PARAM_TYPE is an array, this is an array mapping those values to $msg...
the array() calling protocol came about after MediaWiki 1.4rc1.