12 public static $page =
'Help:ApiRevDel_test';
19 [
'sysop' => [
'deleterevision' =>
true ] ]
23 for ( $i = 1; $i <= 5; $i++ ) {
25 $this->revs[] = Title::newFromText( self::$page )
26 ->getLatestRevID( Title::GAID_FOR_UPDATE );
31 $user = self::$users[
'sysop']->getUser();
32 $revid = array_shift( $this->revs );
34 'action' =>
'revisiondelete',
36 'target' => self::$page,
38 'hide' =>
'content|user|comment',
39 'token' => $user->getEditToken(),
43 $this->assertEquals(
$out[
'status'],
'Success' );
44 $this->assertArrayHasKey(
'items',
$out );
45 $item =
$out[
'items'][0];
46 $this->assertTrue( $item[
'userhidden'],
'userhidden' );
47 $this->assertTrue( $item[
'commenthidden'],
'commenthidden' );
48 $this->assertTrue( $item[
'texthidden'],
'texthidden' );
49 $this->assertEquals( $item[
'id'], $revid );
59 'action' =>
'revisiondelete',
61 'target' => self::$page,
63 'show' =>
'content|user|comment',
64 'token' => $user->getEditToken(),
68 $out2 = $out2[0][
'revisiondelete'];
69 $this->assertEquals( $out2[
'status'],
'Success' );
70 $this->assertArrayHasKey(
'items', $out2 );
71 $item = $out2[
'items'][0];
73 $this->assertFalse( $item[
'userhidden'],
'userhidden' );
74 $this->assertFalse( $item[
'commenthidden'],
'commenthidden' );
75 $this->assertFalse( $item[
'texthidden'],
'texthidden' );
77 $this->assertEquals( $item[
'id'], $revid );
86 $user = self::$users[
'sysop']->getUser();
87 $revid = array_shift( $this->revs );
90 'action' =>
'revisiondelete',
92 'target' => self::$page,
94 'hide' =>
'content|user|comment',
95 'token' => $user->getEditToken(),
99 'action' =>
'revisiondelete',
100 'type' =>
'revision',
101 'target' => self::$page,
104 'token' => $user->getEditToken(),
107 $this->assertEquals(
$out[
'status'],
'Success' );
108 $this->assertArrayHasKey(
'items',
$out );
109 $item =
$out[
'items'][0];
112 $this->assertTrue( $item[
'userhidden'],
'userhidden' );
113 $this->assertFalse( $item[
'commenthidden'],
'commenthidden' );
114 $this->assertTrue( $item[
'texthidden'],
'texthidden' );
115 $this->assertEquals( $item[
'id'], $revid );
Tests for action=revisiondelete APIRevisionDelete API medium Database.
doApiRequest(array $params, array $session=null, $appendModule=false, User $user=null, $tokenType=null)
Does the API request and returns the result.
static generateHex( $chars)
Generate a run of cryptographically random data and return it in hexadecimal string format.
static newFromId( $id, $flags=0)
Load a page revision from a given revision ID number.
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 $out
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