MediaWiki
REL1_21
|
Public Member Functions | |
testGetOrSetOnNewProperty () | |
testImplementsCallMagic () | |
testImplementsSetMagic | |
testImplementsGetMagic () | |
testImplementsSetMagic () | |
testImplementsGetMagic | |
testStaticFunctions () | |
Checks for the existence of the backwards compatibility static functions (forwarders to WikiPage class) | |
testWikiPageFactory () | |
Protected Member Functions | |
setUp () | |
creates a title object and its article object | |
tearDown () | |
cleanup title object and its article object | |
Private Attributes | |
Article | $article |
Title | $title |
Definition at line 3 of file ArticleTest.php.
ArticleTest::setUp | ( | ) | [protected] |
creates a title object and its article object
Reimplemented from MediaWikiTestCase.
Definition at line 13 of file ArticleTest.php.
References article, Title\makeTitle(), and title.
ArticleTest::tearDown | ( | ) | [protected] |
cleanup title object and its article object
Reimplemented from MediaWikiTestCase.
Definition at line 20 of file ArticleTest.php.
Definition at line 47 of file ArticleTest.php.
testImplementsSetMagic
Definition at line 41 of file ArticleTest.php.
Definition at line 26 of file ArticleTest.php.
testImplementsGetMagic
Definition at line 33 of file ArticleTest.php.
Checks for the existence of the backwards compatibility static functions (forwarders to WikiPage class)
Definition at line 60 of file ArticleTest.php.
Definition at line 77 of file ArticleTest.php.
Definition at line 10 of file ArticleTest.php.
Definition at line 7 of file ArticleTest.php.