24 'sysop' => static::getTestSysop(),
25 'uploader' => static::getTestUser(),
29 'wgAuth' =>
new MediaWiki\Auth\AuthManagerAuthPlugin,
31 'wgUser' => self::$users[
'sysop']->getUser(),
39 MediaWiki\Session\SessionManager::getGlobalSession()->clear();
52 protected function editPage( $pageName, $text, $summary =
'', $defaultNs =
NS_MAIN ) {
53 $title = Title::newFromText( $pageName, $defaultNs );
54 $page = WikiPage::factory( $title );
56 return $page->doEditContent( ContentHandler::makeContent( $text, $title ), $summary );
68 $rev, array
$value = [ Revision::DELETED_TEXT => 1 ], $comment =
''
70 if ( is_int(
$rev ) ) {
77 'comment' => $comment,
101 $appendModule =
false,
User $user =
null, $tokenType =
null
105 if ( is_null( $session ) ) {
110 $sessionObj = SessionManager::singleton()->getEmptySession();
112 if ( $session !==
null ) {
113 foreach ( $session as $key =>
$value ) {
114 $sessionObj->set( $key,
$value );
123 if ( $tokenType !==
null ) {
124 if ( $tokenType ===
'auto' ) {
125 $tokenType = (
new ApiMain() )->getModuleManager()
126 ->getModule(
$params[
'action'],
'action' )->needsToken();
136 MediaWiki\Auth\AuthManager::resetCache();
148 $module->getResult()->getResultData(
null, [
'Strip' =>
'all' ] ),
150 $context->getRequest()->getSessionArray()
153 if ( $appendModule ) {
154 $results[] = $module;
171 User $user =
null, $tokenType =
'auto'
173 return $this->
doApiRequest( $params, $session,
false, $user, $tokenType );
186 protected function doLogin( $testUser =
null ) {
189 if ( $testUser ===
null ) {
190 $testUser = static::getTestSysop();
191 } elseif ( is_string( $testUser ) && array_key_exists( $testUser, self::$users ) ) {
192 $testUser = self::$users[$testUser];
193 } elseif ( !$testUser instanceof
TestUser ) {
194 throw new MWException(
"Can't log in to undefined user $testUser" );
197 $wgUser = $testUser->getUser();
203 'action' =>
'tokens',
204 'type' =>
'edit|delete|protect|move|block|unblock|watch'
205 ], $session,
false, $user->getUser() );
207 if ( !array_key_exists(
'tokens', $data[0] ) ) {
208 throw new MWException(
'Api failed to return a token list' );
211 return $data[0][
'tokens'];
215 if ( self::$errorFormatter ===
null ) {
218 Language::factory(
'en' ),
226 return (
bool)array_filter(
227 self::getErrorFormatter()->arrayFromStatus( $ex->getStatusValue() ),
229 return is_array(
$e ) &&
$e[
'code'] ===
$code;
238 $groups = PHPUnit_Util_Test::getGroups( static::class );
239 $constraint = PHPUnit_Framework_Assert::logicalOr(
243 $this->assertThat( $groups, $constraint,
244 'ApiTestCase::setUp can be slow, tests must be "medium" or "large"'
255 $msg,
$code =
null, array $data =
null, $httpCode = 0
258 $this->setExpectedException( ApiUsageException::class, $expected->getMessage() );
c Accompany it with the information you received as to the offer to distribute corresponding source complete source code means all the source code for all modules it contains
$wgServer
URL of the server.
wfScript( $script='index')
Get the path to a specified script file, respecting file extensions; this is a wrapper around $wgScri...
if(! $wgDBerrorLogTZ) $wgRequest
This is the main API class, used for both external and internal processing.
static getTokenTypeSalts()
Get the salts for known token types.
static getToken(User $user, MediaWiki\Session\Session $session, $salt)
Get a token from a salt.
This class represents the result of the API operations.
revisionDelete( $rev, array $value=[Revision::DELETED_TEXT=> 1], $comment='')
Revision-deletes a revision.
editPage( $pageName, $text, $summary='', $defaultNs=NS_MAIN)
Edits or creates a page/revision.
testApiTestGroup()
@coversNothing
doApiRequestWithToken(array $params, array $session=null, User $user=null, $tokenType='auto')
Convenience function to access the token parameter of doApiRequest() more succinctly.
getTokenList(TestUser $user, $session=null)
doLogin( $testUser=null)
Previously this would do API requests to log in, as well as setting $wgUser and the request context's...
setExpectedApiException( $msg, $code=null, array $data=null, $httpCode=0)
Expect an ApiUsageException to be thrown with the given parameters, which are the same as ApiUsageExc...
static apiExceptionHasCode(ApiUsageException $ex, $code)
doApiRequest(array $params, array $session=null, $appendModule=false, User $user=null, $tokenType=null)
Does the API request and returns the result.
static getErrorFormatter()
ApiTestContext $apiContext
Exception used to abort API execution with an error.
static newWithMessage(ApiBase $module=null, $msg, $code=null, $data=null, $httpCode=0)
WebRequest clone which takes values from a provided array.
static getMain()
Get the RequestContext object associated with the main request.
static createList( $typeName, IContextSource $context, Title $title, array $ids)
Instantiate the appropriate list class for a given list of IDs.
Wraps the user object, so we can also retain full access to properties like password if we log in via...
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
when a variable name is used in a function
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable & $code
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction you ll probably need to make sure the header is varied on and they can depend only on the ResourceLoaderContext $context
presenting them properly to the user as errors is done by the caller return true use this to change the list i e etc $rev
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a local account $user
returning false will NOT prevent logging $e