MediaWiki  1.23.13
DiffTest.php
Go to the documentation of this file.
1 <?php
2 
9 class DiffTest extends MediaWikiTestCase {
10 
14  public function testGetEdits() {
15  $obj = new Diff( array(), array() );
16  $obj->edits = 'FooBarBaz';
17  $this->assertEquals( 'FooBarBaz', $obj->getEdits() );
18  }
19 
20 }
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
DiffTest\testGetEdits
testGetEdits()
@covers Diff::getEdits
Definition: DiffTest.php:14
DiffTest
@licence GNU GPL v2+
Definition: DiffTest.php:9
MediaWikiTestCase
Definition: MediaWikiTestCase.php:6
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
Diff
Class representing a 'diff' between two sequences of strings.
Definition: DairikiDiff.php:705