MediaWiki
REL1_19
|
Public Member Functions | |
setUp () | |
creates a title object and its article object | |
tearDown () | |
cleanup title object and its article object | |
testGetOrSetOnNewProperty () | |
testImplementsCallMagic () | |
testImplementsSetMagic | |
testImplementsGetMagic () | |
testImplementsSetMagic () | |
testImplementsGetMagic | |
testStaticFunctions () | |
Checks for the existence of the backwards compatibility static functions (forwarders to WikiPage class) | |
testWikiPageFactory () | |
Private Attributes | |
$article | |
$title |
Definition at line 3 of file ArticleTest.php.
creates a title object and its article object
Definition at line 9 of file ArticleTest.php.
References Title\makeTitle().
cleanup title object and its article object
Definition at line 16 of file ArticleTest.php.
Definition at line 43 of file ArticleTest.php.
testImplementsSetMagic
Definition at line 37 of file ArticleTest.php.
Definition at line 22 of file ArticleTest.php.
testImplementsGetMagic
Definition at line 29 of file ArticleTest.php.
Checks for the existence of the backwards compatibility static functions (forwarders to WikiPage class)
Definition at line 56 of file ArticleTest.php.
References Article\getAutosummary(), WikiPage\selectFields(), and Article\selectFields().
Definition at line 69 of file ArticleTest.php.
References $page, $title, WikiPage\factory(), and Title\makeTitle().
ArticleTest::$article [private] |
Definition at line 6 of file ArticleTest.php.
ArticleTest::$title [private] |
Definition at line 5 of file ArticleTest.php.
Referenced by testWikiPageFactory().